2011-11-29, 03:34 PM
(This post was last modified: 2012-01-08, 12:54 PM by NebulaOdyssey.)
Hi everyone, I'm new to the forum and recent to NPVR.
I have a problem with copying recordings automatically. Basically I got a nas and I want to copy completed recordings to the nas, but only after recording. This reduces the possibility of failure to record do to any network problems or of nas is off.
So I use postprocessing.bat to check that the recorded programme exists. Then I want I to be copied to my nas. check it exists on the nas and report in a log file. simple right.
Now for some reason it just won't work. The .bat file runs and reports in my log that the programme was recorded. But it will not copy the file to my nas? I've also run the same .bat file giving the path to a real recording, i.e acting as %1 in postprocessing.bat, and it runs perfectly fine. Copies and reports successful in my log. If NPVR calls the .bat after a finished recording the file just doesn't seem to copy.
I use:
Copy %1 "R:\recordedtv\"
I've tried with and without trailing \ to no avail.
Can you please help.
Running XP & NPVR latest release.
------------SOLVED-----------
I have a problem with copying recordings automatically. Basically I got a nas and I want to copy completed recordings to the nas, but only after recording. This reduces the possibility of failure to record do to any network problems or of nas is off.
So I use postprocessing.bat to check that the recorded programme exists. Then I want I to be copied to my nas. check it exists on the nas and report in a log file. simple right.
Now for some reason it just won't work. The .bat file runs and reports in my log that the programme was recorded. But it will not copy the file to my nas? I've also run the same .bat file giving the path to a real recording, i.e acting as %1 in postprocessing.bat, and it runs perfectly fine. Copies and reports successful in my log. If NPVR calls the .bat after a finished recording the file just doesn't seem to copy.
I use:
Copy %1 "R:\recordedtv\"
I've tried with and without trailing \ to no avail.
Can you please help.
Running XP & NPVR latest release.
------------SOLVED-----------