I'm normally a Linux guy, but I need to write a batch script on Windows to change the target of some shortcuts. Is there a command to do that?
|
1
|
|
|
|
|
|
I doubt there is a way to do it with a batch script. It's doable in VBScript, though.
Save the script in a file ending in vbs and run it from the command line using (Don't be fooled by the name -- |
||||
|
|
|
There isn't a native program that comes with windows to achieve this. I scoured the internet for this same functionality awhile ago and stumbled upon the free software XXMKLINK. [http://www.xxcopy.com/xxcopy38.htm][1]
The downside is you'll need to copy the xxmklink exe onto each computer with the batch script. A link to download it is available at the bottom of the linked page. |
||
|
|
|
|
Type HELP ASSOC in a command prompt. I think that is what you are looking for.
|
||
|
