Seguer Wrote:Hi stattik,
I'm getting the following error when I try to run the batch file:
"FINDSTR: Cannot open Files\devnz\gbpvr\temp.txt"
But there is no mention of "Files\" in the bat file - all locations to Program Files are by "Progra~1"
"Progra~1 is the short version without any space in between to be compatible with command shell. The long version would go to Program Files and must have a path set by use of quotes like this: "C:\Program Files\". This is to denote full name convention of windows.
Did you end your path with a back slash?
This is a back slash symbol: \
You have also set your recoding to be in the same place as GBVPR which could cause some trouble [SET recordings_path=C:\Progra~1\devnz\gbpvr\Recordings]. It is better to avoid pointing to the same directory as you store your main application for which Program File is the standard path for most software to be installed. Make use of a personal folder like "My Documents" or better create a new partition on your harddisk that will make it more easy to use for all your recording. It will be more easy to de fragment as file size can grow very fast when you do daily recording and transcoding.
The correct path should also end with a backslash like this [C:\Progra~1\devnz\gbpvr\Recordings\].
Code:
:: QUICK-START- The following settings are the minimal needed to get the script running
SET mencoder_path=C:\Progra~1\mplayer\mencoder.exe
SET mplayer_path=C:\Progra~1\mplayer\mplayer.exe
SET comskip_path=C:\Progra~1\devnz\gbpvr\comskip.exe
SET recordings_path=C:\Progra~1\devnz\gbpvr\Recordings
I can not find more obvious problem in your batch file now, so Stattik have to fill in with what he think could be that trigger this behaviour. What did you try to do before you this error came up?
SUB is asking about a file called config.xml. Make a copy of it as it a very important file, Segur, and attach it. Do not make any change in the original config.xml, but up load the copied version.
You will find it in the the same folder where GBPVR.exe and the rest are kept. That file contains setting which GBPVR use to find out where to store your recordings among other. It is the same setting that you control by config in task bar.
Abit AT8-32X/Athlon64 X2 4200+@2200Mhz/2GB DDR RAM/Samsung 2x 250 GB/Club3D X1950XT+PowerColor Theatre 550 pro (PCIe x1)
CRT 19 inch/ 1600 x 1200 pxl/32 bit colour
Logitech Z-5400 surround system - DDL/DD ProLogic2 (96kHz/24kbit)/DTS decoder
[COLOR="Blue"]OS: Windows XP Pro x64 edition.
PVR: GBPVR v.1.1.15;MPC+FFDshow+Haali splitter and renderer (use SM 2.0 on videocard);Avidemux+AutoMen+MPlayer/MEncoder/Stattik batch file[/COLOR]
CRT 19 inch/ 1600 x 1200 pxl/32 bit colour
Logitech Z-5400 surround system - DDL/DD ProLogic2 (96kHz/24kbit)/DTS decoder
[COLOR="Blue"]OS: Windows XP Pro x64 edition.
PVR: GBPVR v.1.1.15;MPC+FFDshow+Haali splitter and renderer (use SM 2.0 on videocard);Avidemux+AutoMen+MPlayer/MEncoder/Stattik batch file[/COLOR]