Is there another WAY to include the shortcut.exe cz everytime when i need to use the shortcut command, i need to include where its the shortcut.exe then i can create those folder shortcut..
if i lost the file (shortcut.exe) what am i gonna do?
so it there a method to add in this shortcut command in bat??
so we can use it willingly
add in shortcut.exe command as an internal command??
Moderator: DosItHelp
-
- Expert
- Posts: 391
- Joined: 19 Mar 2009 08:47
- Location: Iowa
Re: add in shortcut.exe command as an internal command??
If you're on a network, you can put it in a common location and reference it with full path all the time
f:\public\shortcut.exe
If it's in one of the standard directories on every machine you could use
"%windir%\system32"
or something similar:
"%programfiles%\my software\shortcut.exe"
f:\public\shortcut.exe
If it's in one of the standard directories on every machine you could use
"%windir%\system32"
or something similar:
"%programfiles%\my software\shortcut.exe"