I have SBS 2000 as the DC and want to be able to add a shortcut to a
file on the server onto everyones desktop in the company. They have a
mix of WinXP and Win98 W/stations. I've tried to add a line to the
SBS_logon_script.bat file that changes directory to the current users
desktop and then copies linkfiles to the desktop of that users PC.
When I run this logon script file manually from a W/station it adds
the shortcuts and works fine but when I logon it doesn't add them.
Its as if the logon script doesn't run on logon. I've just realised
too that the path I've specified for the users desktop won't work for
the Win98 PCs so how do you test for OS? Below is close to the lines
that I've added.
cd C:\Documents and Settings\%username%\Desktop\
copy \\servername\files\linkfile.lnk
Any ideas?