2005-06-03, 07:49 PM
I create a small batch file containing
---------------------------------------------------- doall.bat
for %%f in (s:\tv\Will*.mpg) do postprocessing.bat "%%f"
Echo Done
---------------------------------------------------
Remember to use the full path name
You can also run this directly from the command line (that is, the for statement)
but I think you than have to use single %'s
---------------------------------------------------- doall.bat
for %%f in (s:\tv\Will*.mpg) do postprocessing.bat "%%f"
Echo Done
---------------------------------------------------
Remember to use the full path name
You can also run this directly from the command line (that is, the for statement)
but I think you than have to use single %'s
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
Support Comskip, visit the forum and donate at http://www.comskip.org/