Below is what I have so far. What I am hoping to add to it is the feature that if more than one file (movie.name.cd1.avi, movie.name.cd2.avi) then combine/join them. I usually use VirtualDub to do this which also has command line switches.
This is mainly needed so that I can pass one file to ConvertXtoDVD.
Here is what I have so far. This will be awesome if people can help get this script finished
Code: Select all
cd /d "%1"
**** THIS IS WHERE WE NEED TO JOIN FILES ***
REN *.avi 1.avi
"C:\Program Files (x86)\VSO\ConvertX\4\ConvertXtoDvd.exe" /file 1.avi /auto=true /close