Have NPVR 6.1.1.221106 in C:\Temp\NPVR and created a folder C:\Temp\NPVRdata
Created a .bat "NPVRrun.bat" in C:\Temp that has this content:
set NEXTPVR_DATADIR_USERDATA="C:\Temp\NPVRdata"
"C:\Temp\NPVR\NextPVRServer.exe"
--
To start, i run NPVRrun.bat . However, it fails and in the prompt i get:
"
C:\Temp>"C:\Temp\NPVR\NextPVRServer.exe"
NEXTPVR_INSTALLDIR C:\Temp\NPVR\
NEXTPVR_DATADIR C:\Temp\NPVR\data\
NEXTPVR_DATADIR_USERDATA "C:\Temp\NPVRdata"
Config.xml does not exists. Creating it from master.
Unexpected error checking config.xml: System.IO.IOException: The filename, directory name, or volume label syntax is incorrect. : 'C:\Temp\"C:\Temp\NPVRdata"config.xml'
at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at NUtility.SettingsHelper.CheckConfigExists()
NEXTPVR_INSTALLDIR C:\Temp\NPVR\
NEXTPVR_DATADIR C:\Temp\NPVR\data\
NEXTPVR_DATADIR_USERDATA "C:\Temp\NPVRdata"
Config.xml does not exists. Creating it from master.
Unexpected error checking config.xml: System.IO.IOException: The filename, directory name, or volume label syntax is incorrect. : 'C:\Temp\"C:\Temp\NPVRdata"config.xml'
at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at NUtility.SettingsHelper.CheckConfigExists()
Unhandled exception. System.IO.IOException: The filename, directory name, or volume label syntax is incorrect. : 'C:\Temp\"C:\Temp\NPVRdata"logs'
at System.IO.FileSystem.CreateDirectory(String fullPath, Byte[] securityDescriptor)
at System.IO.Directory.CreateDirectory(String path)
at NUtility.Logger.SetLogFileName(String name, Boolean ignoreSettings)
at NPVR.Program.Main(String[] args)