2014-03-08, 07:24 PM
I'm trying to set up an analog device on the most recent release of nPVR using the SoftPVR.bat on a new Win 8.1 setup. When I run the batch file, I get the error below (copied from my command prompt):
It appears to be missing a backslash in the path under "extracting WinTV installer", i.e., it should say \NPVR\SoftPVR\temp1. The batch file did in fact create a \NPVR\SoftPVR\temp1 and temp2 directory. How do I edit the bat file to fix this error (or am I barking up the wrong tree and there is some other issue that is the cause)?
Code:
C:\Users\Dan\Downloads\SoftPVR>softpvr.bat
********************************************************
SoftPVR installer for Analog devices. (32 OR 64 bit OS)
********************************************************
Success: Administrative permissions confirmed.
wintv7_cd_3.2.exe
This machine's system dir is "C:\Windows\Syswow64"
And it's software registry section is HKLM\SOFTWARE\Wow6432Node\NPVR
NPVR directory is "C:\Program Files (x86)\NPVR"
Creating Temp folders
Extracting WinTV installer
\NPVRSoftPVR\temp1 was unexpected at this time.
C:\Users\Dan\Downloads\SoftPVR>
It appears to be missing a backslash in the path under "extracting WinTV installer", i.e., it should say \NPVR\SoftPVR\temp1. The batch file did in fact create a \NPVR\SoftPVR\temp1 and temp2 directory. How do I edit the bat file to fix this error (or am I barking up the wrong tree and there is some other issue that is the cause)?