Hello Karl,
Depends a bit on your script language but this can be one way, this is from
kixtart:
if exist ("%userprofile%\desktop\youricon.ico") = 0
shell '%comspec% /C XCOPY "\\yourserver\yourshare\youricon.ico" "%UserProfile%\desktop\youricon.ico"
/c /i /q /s /r /h /k /Y'
endif
Best regards
Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!!
http://www.blakjak.demon.co.uk/mul_crss.htm
> Hi all,
>
> I want to edit a logon script for domain users so that when they logon
> the script will do a check to see if a shortcut to a network share
> exists and if it doesnt, create one. Can anyone tell me how this is
> done?
>
> Thanks
>