Archive: Create a link to a directory


Create a link to a directory
How I can create a shortcut(link) to a directory?
CreateShortCut doesn't work for that.

Thank you!


Sure it does.

CreateShortcut $DESKTOP\temp.lnk $TEMP
Make sure you got the paths right if it fails.