Yes, both UDFs are included.

The first result line returns
0 Error: 0 Der Vorgang wurde erfolgreich beendet.

the second line returns
1 Error: 0 Der Vorgang wurde erfolgreich beendet.

Because the returncode for no errors in
wshshortcut() is 0 an in pinit()is 1, there are no errors during operation.

Regards Wolfgang