G
googleboy
I need to create about 2000 shortcuts to a batch file. The shortcuts
need to have:
Name: %parameter%.lnk
Target: n:\Path\To\batchfile.bat %parameter%
Start In: n:\Path\To\
Where the parameter is filled in by reading in a file with all the
shortcut names.
Extra bonus points for being able to apply the icon for an application
at n:\path\to\application\app.exe
At the moment I am looking like having to do this with VB, but I am
trying hard to leave that behind for evermore.
TIA
googleboy
need to have:
Name: %parameter%.lnk
Target: n:\Path\To\batchfile.bat %parameter%
Start In: n:\Path\To\
Where the parameter is filled in by reading in a file with all the
shortcut names.
Extra bonus points for being able to apply the icon for an application
at n:\path\to\application\app.exe
At the moment I am looking like having to do this with VB, but I am
trying hard to leave that behind for evermore.
TIA
googleboy