problem with copiing shortcuts

  • Thread starter Thread starter Ales Baranek
  • Start date Start date
A

Ales Baranek

I have a little logon.bat login script in W2K domain.
In this script I copy a shortcut to users desktops with xcopy command.
But on W2K clients the shortuct's target path looks like c:\program
files\Micros~3\prog and does not work.
On WXP clients it's ok and target path is correct.

How to solve this problem?

Ales
 
Use long filenames instead of short. Short names could point to
different paths on different machines.
 
Back
Top