Hi,
we use 4.67. I'm not a goot programmer and i dont unterstand something at kixtart.
We need a variable for the desktop.

I use the following:
 Code:
;$rc = SetOption("NoVarsInStrings", "On")
$Desktop = ExpandEnvironmentVars(%USERPROFILE%)
$Desktop = $Desktop + "\Desktop"

If i "deactivate" $rc = SetOption("NoVarsInStrings", "On")
i get the value in $Desktop


But i'm not sure if the following commands runs:

copy "\\serv01\profile\lokal\%username%.v2\Desktop" "I:\Desktop\" or:

SHELL "CMD.EXE /C %logonserver%\netlogon\IE_Druck.bat"

Kind Regards
Christian


Edited by Mart (2018-03-13 02:52 PM)
Edit Reason: Added code tags.