Go Back   Winamp Forums > Developer Center > NSIS Discussion

 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 4th June 2002, 20:33   #1
mcollins
Junior Member
 
Join Date: Jun 2002
Location: wa
Posts: 4
Send a message via AIM to mcollins
Arrow CommandLine param with CreateShortCut

Hey here is the problem i am having. I am trying to create a shortcut that contains a command line parameter for the exe it points to. When i run this ....

CreateShortCut "$DESKTOP\Whatever.lnk" '"C:\Test.ext" /c "MyString"'

it creates the shortcut just fine except it switches the "/c" to "\c" and so link does not work correctly. Does anyone know why its switching the slashes on me and how i can fix this problem? I've also tried

CreateShortCut "$DESKTOP\Whatever.lnk" '"C:\Test.ext" '/c' "MyString"'

and that didnt work either. Any help you can offer would be appreciated.

Thnx,
Mark
mcollins is offline   Reply With Quote
 
Go Back   Winamp 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