2006-10-11, 12:27 AM
I need a little help figuring out how to correctly set up the batch files. I save my recordings to a backup drive. D:\TV Recordings\
I have checked "auto create folders when recording". I run comskip while recording, and it does generate the .txt files for me.
Here the Postprocessing batch file I have been using
@echo
c:
cd\
cd "C:\Program Files\devnz\gbpvr"
REM comskip.exe %1
call comclean.bat %1
move "%~dpn1.txt" "%~dpn1_original.txt"
Thanks
Portman
I have checked "auto create folders when recording". I run comskip while recording, and it does generate the .txt files for me.
Here the Postprocessing batch file I have been using
@echo
c:
cd\
cd "C:\Program Files\devnz\gbpvr"
REM comskip.exe %1
call comclean.bat %1
move "%~dpn1.txt" "%~dpn1_original.txt"
Thanks
Portman