Page 1 of 1

Using a file instead of specifiying command line options

Posted: 24 Oct 2011 10:31
by jml674
Hello there,

I need to pass command line options to vlc through Windows scheduler.
Command line length is limited to 261 characters when using Windows scheduler This is something easily reachable when you include a dirctory/file destination under windows.
Is there a way to specify VLC a filename to get options from ?

thanks in advance.

Re: Using a file instead of specifiying command line options

Posted: 24 Oct 2011 11:51
by mederi
Batch simple text files (*.bat, *.cmd)? Create one and put all your command line in there. Then you can schedule to run the command file.

Re: Using a file instead of specifiying command line options

Posted: 07 Jan 2012 13:01
by jml674
.bat is indeed a generic solution. In my case, I finally discovered the XML format that which is an even better solution I can use with the schtasks vista/windows7 command.

thanks for the help though.