creating a shortcut?

  • Thread starter Thread starter Brett
  • Start date Start date
B

Brett

If you are just trying to copy a shorcut to the desktop
create the shortcut and place it on a shared drive where
all users can acess it. Then create your batch file to
copy the shortcut.

copy \\server\share\shortcut.lnk "%userprofile\desktop"
 
thanks for all the help
-----Original Message-----
If you are just trying to copy a shorcut to the desktop
create the shortcut and place it on a shared drive where
all users can acess it. Then create your batch file to
copy the shortcut.

copy \\server\share\shortcut.lnk "%userprofile\desktop"
.
 
Back
Top