AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

open with

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Wed Oct 15, 2008 2:43 pm    Post subject: open with Reply with quote

i try to open a web radio with trance.pls when it ask me what program i want to use

can i direcly open it up with vlc.exe

like
run trance.pls, c:/program/vlc/vlc.exe
Back to top
lingoist



Joined: 05 Oct 2004
Posts: 121
Location: Brasília, Brazil

PostPosted: Wed Oct 15, 2008 2:57 pm    Post subject: Reply with quote

Try this:

Code:

program=c:/program/vlc/vlc.exe
file=trance.pls
run %program% %file%
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group