I'm attempting to use a batch file to copy files off network drives to local PCs (Multi-platform enviro). I want to add a shortcut to the Desktop of these PCs. For the Win2000 machines I keep getting an error - Syntax is incorrect - for this command. Here's the line:
COPY i:\Database\CIIS\CIS-2002.lnk C:\Documents and Settings\All Users\DESKTOP
The source path works, and can be placed in other local dir., so it has to be the destination path that's broke.
Looks like it should work. Any ideas or reasons why it won't work.
TIA
Brian
COPY i:\Database\CIIS\CIS-2002.lnk C:\Documents and Settings\All Users\DESKTOP
The source path works, and can be placed in other local dir., so it has to be the destination path that's broke.
Looks like it should work. Any ideas or reasons why it won't work.
TIA
Brian