I want to set up 1 pc to do all my recordings, and move the recorded shows to a mapped network drive on the NAS. I'm following the instructions on this comment:
http://www.avsforum.com/forum/26-ho...enter-recording-live-tv-nas.html#post18187596
my confusion is that answer doesnt address what you should set your destination as when its a network location or mapped drive. i mapped a drive to the NAS and it is:
http://i.imgur.com/UdrIwDQ.png
this is the script from the thread above:
@echo OFF
move "c:\\users\\public\
ecorded tv\\*.wtv" "x:\
ecorded tv\\"
so do I put in place of "x:\ecorded tv\\" ?
EDIT: nevermind, i figured it out. just "\\NAS\directory\\"
http://www.avsforum.com/forum/26-ho...enter-recording-live-tv-nas.html#post18187596
my confusion is that answer doesnt address what you should set your destination as when its a network location or mapped drive. i mapped a drive to the NAS and it is:
http://i.imgur.com/UdrIwDQ.png
this is the script from the thread above:
@echo OFF
move "c:\\users\\public\
ecorded tv\\*.wtv" "x:\
ecorded tv\\"
so do I put in place of "x:\ecorded tv\\" ?
EDIT: nevermind, i figured it out. just "\\NAS\directory\\"