A while ago, I needed to automatically create a bunch of shortcuts all in the same directory, and all the batch files in a different directory.
There’s different kinds of doing this:
- Shell Links using the IShellLink interface
- CreateShortcut Method in the Shell namespace of the Windows Scripting Host
- Function FileCreateShortcut in AutoIt
I needed a one-off, so I came up with some code like this. Read the rest of this entry »






