Page 1 of 1

automate vlc with dos bat file

Posted: 27 Jun 2012 08:28
by kalpeshtonpe
hello everybody

i need following content through batch file..

1) we know that vlc have a facility to set default folder for playlist eg. after set default folder and start vlc we see video start automatically

now i want t trigger this facility in various way....

1) i need launch a playlist at specific time from folder like i make playlist and save it in d:\movies folder. at specific time dos automatically start the playlist
and after playlist run complete i need dos bat file auto start the vlc player. so my default playlist work....

i need to start my webcast soon......with vlc.........can anyone urgent help me./......

i need simple automation with vlc

regards

Re: automate vlc with dos bat file

Posted: 30 Jun 2012 23:24
by VLC_help
You can just use the playlist file as parameter,
e.g.

Code: Select all

vlc.exe c:\something\my_playlist.m3u

Re: automate vlc with dos bat file

Posted: 05 Jul 2012 07:40
by kalpeshtonpe
yes this is right & working, but i want launch this file at specifci time. all i need i want schedule vlc with batch file it is possible please give me urgent help