Old 14th April 2006, 11:33   #1
superknuckles
Junior Member
 
Join Date: Apr 2006
Posts: 3
Add url after xxx.exe in shorcut

Hello
I would like add url like this:
http://hardgamerztv.free.fr/videos/emissions.m3u
after this in vlc nsi file
CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player.lnk" \
"$INSTDIR\vlc.exe" "--intf wx --wx-embed"

how I can do this?
thank you
Sorry for my english, i'm form france
superknuckles is offline   Reply With Quote
Old 14th April 2006, 11:49   #2
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
After this?
Do you mean create an internet shortcut, or pass the URL as a parameter to the program?

-Stu
Afrow UK is offline   Reply With Quote
Old 14th April 2006, 11:51   #3
superknuckles
Junior Member
 
Join Date: Apr 2006
Posts: 3
Quote:
Originally posted by Afrow UK
After this?
Do you mean create an internet shortcut, or pass the URL as a parameter to the program?

-Stu
I want pass the URL as a parameter to the program, can I do this
superknuckles is offline   Reply With Quote
Old 14th April 2006, 11:51   #4
Red Wine
Forum King
 
Red Wine's Avatar
 
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
* EDIT: this supposed to be berore the two posts above :-)
WriteIniStr "$INSTDIR\emissions.url" "InternetShortcut" "URL" "http://hardgamerztv.free.fr/videos/emissions.m3u"
CreateShortCut "$SMPROGRAMS\VideoLAN\emissions.lnk" "$INSTDIR\emissions.url"

Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV
Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS
Red Wine is offline   Reply With Quote
Old 14th April 2006, 12:01   #5
CancerFace
Senior Member
 
Join Date: Apr 2006
Posts: 289
Send a message via ICQ to CancerFace
Quote:
I want pass the URL as a parameter to the program, can I do this
code:
CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player.lnk" "$INSTDIR\vlc.exe" "--intf wx --wx-embed http://hardgamerztv.free.fr/videos/emissions.m3u"

CF
CancerFace is offline   Reply With Quote
Old 14th April 2006, 12:54   #6
superknuckles
Junior Member
 
Join Date: Apr 2006
Posts: 3
Quote:
Originally posted by CancerFace
code:
CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player.lnk" "$INSTDIR\vlc.exe" "--intf wx --wx-embed http://hardgamerztv.free.fr/videos/emissions.m3u"

CF

Thank you, i'm trying from this morning, and now it's work
superknuckles 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