Post Reply

Forums -> UltraMon™ -> LaunchAppli with command Line ?
Marc   2012-04-06 13:01
Hello,

I want to launch VLC with stream off webcam.

I use batch with command (it's work) :
start vlc.exe -vvv "http://192.168.1.122/videostream.cgi?user=test&psw=test" --video-title="Cam. Ext1" --align=0



It's possible to use batch with launch.app and command for vlc ?

I have try in batch :

LaunchApp.vbs "C:\Program Files\VideoLAN\VLC\vlc.exe -vvv "http://192.168.1.122/videostream.cgi?user=admin&pwd=test" 2

But it not work

Thank's for your help :-)

Marc
France
Christian Studer   2012-04-07 06:12
This will work fine, but you'll need to put the application and arguments within quotes as well, like this:

"C:\My folder\LaunchApp.vbs" ""%WINDIR%\Notepad.exe" "%WINDIR%\win.ini"" 3

This opens win.ini in Notepad and moves the window to monitor 3.

Christian Studer - www.realtimesoft.com
Forums -> UltraMon™ -> LaunchAppli with command Line ?

Post Reply