Skip to content
⌘ NSIS Forum Archive

Start Menu shortcut to open folder

4 posts

dpic#

Start Menu shortcut to open folder

I am looking for help on how to open a folder from the the start menu. Do not want to run a program just want to open a folder that has documents files in it.
dpic#
Here is what I have using your example.

CreateShortCut "$SMPROGRAMS\FDS\Documents" ExecShell open "$STARTMENU\FDS\Docs"

it opens the Windows open with select window.
Instructor#
CreateDirectory "$SMPROGRAMS\FDS"
CreateShortCut "$SMPROGRAMS\FDS\Documents.lnk" "C:\Program Files"