Old 25th March 2005, 05:55   #1
dpic
Junior Member
 
Join Date: Mar 2005
Posts: 2
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 is offline   Reply With Quote
Old 25th March 2005, 06:04   #2
Jnuw
Senior Member
 
Join Date: Sep 2004
Location: Wisconsin, US
Posts: 258
Hows this?
code:

ExecShell open "$STARTMENU\Programs\NSIS"

Jnuw is offline   Reply With Quote
Old 25th March 2005, 06:17   #3
dpic
Junior Member
 
Join Date: Mar 2005
Posts: 2
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.
dpic is offline   Reply With Quote
Old 25th March 2005, 07:36   #4
Instructor
Major Dude
 
Join Date: Jul 2004
Posts: 671
code:
CreateDirectory "$SMPROGRAMS\FDS"
CreateShortCut "$SMPROGRAMS\FDS\Documents.lnk" "C:\Program Files"

Instructor is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump