Hallo,

thanks for your information, but I get the message:
ERROR: failed to find/open script!

The Syntax ist exaclty:
kix32.exe MOVE @USERID + " at " + @WKSTA + ".ini" @FULLNAME + ".ini"

!The File "Administrator at PC01.ini" definitly exists in C:\!

"Administrator" is my Windows User name (so it should be my "@USERID").
"PC01" is my Windows Computername (so it should be "@WKSTA").

I tried (additionally):
kix32.exe MOVE "C:\" + @USERID + " at " + @WKSTA + ".ini" "C:\" + @FULLNAME + ".ini"

No better result! Any Idea?