2008-09-13, 09:37 PM
I am using a postprocessing.bat file after a recording in gbpvr. I am invoking videoredo with the recommended command line. Problem is that everything works if I specify the file path and file name, but if I use the %~dpn1 variable, I get the error stating that videoredo cannot find the file. It is perplexing me at the moment. Anyone have any ideas?
Again, works great if I run videoredo manually or batch it using the full path and file names. I try to use dpn1 variable anywhere in any of my batches and it crapps out.
showanalyzer works great!
Here is the 2 lines from my postprocessing.bat:
call "C:\Program Files\Dragon Global\ShowAnalyzer\showanalyzer.exe" %1
cscript //nologo "C:\Program Files\VideoReDoPlus\vp.vbs" "%~pn1.VPrj" "%~pn1_Cleaned.mpg" /t1 /q
Again, works great if I run videoredo manually or batch it using the full path and file names. I try to use dpn1 variable anywhere in any of my batches and it crapps out.
showanalyzer works great!
Here is the 2 lines from my postprocessing.bat:
call "C:\Program Files\Dragon Global\ShowAnalyzer\showanalyzer.exe" %1
cscript //nologo "C:\Program Files\VideoReDoPlus\vp.vbs" "%~pn1.VPrj" "%~pn1_Cleaned.mpg" /t1 /q