Hi everyone! I am currently using KiXtart to setup printers, map drives and (hopefully) soon manage user icons.
Ill post my script here and then ask my questions
 Code:
;=============================================
; App Shortcuts - Use Robocopy
;=============================================

If InGroup("Domain Users")
SHELL 'robocopy.exe "\\SERVER-A\NETLOGON\Desktop Icons" "%USERPROFILE%\Desktop\"'
EndIf


Currently this part of the script will not work. The other two parts before it do (mapping printers/drives) so I know KiX works. I have robocopy.exe in my \\server\NETLOGON\ folder. Can someone enlighten me as to what I am doing wrong? Also I would like the script to remove all icons currently in the users profile and then add these back in. Could someone tell me how to do this?
Thanks
-Ian