2006-08-16, 03:57 AM
This is my PostProcessing.bat file:
I have it rename the file based on episode than move the file to transcodeQ.txt which ques it up for transcoding and comclean.
It renames the file fine, but does not put the new name into transcodeQ.txt, instead of Family Guy - Death Visists it is Family Guy_20060814_0120300.
My question: How do I add the renamed file to transcodeQ.txt?
Thank you!!
Quote:@echo off
e:
cd "e:\Program Files\gbpvr"
RenameRecording -t %1
echo %1 >> transcodeQ.txt
I have it rename the file based on episode than move the file to transcodeQ.txt which ques it up for transcoding and comclean.
It renames the file fine, but does not put the new name into transcodeQ.txt, instead of Family Guy - Death Visists it is Family Guy_20060814_0120300.
My question: How do I add the renamed file to transcodeQ.txt?
Thank you!!