Evening all
Just looking for some advice on a batch script i am making to backup my movie collection, i'll post below what i have so far
ECHO THE FOLLOWING FILES WILL BE COPIED
XCOPY "D:\My Movies" "F:\My Movies" "\\LIAM-MEDIA\Backup Drive\Movies" /L /D /Y /S
TIMEOUT /T 5
XCOPY "D:\My Movies" "F:\My Movies" "\\LIAM-MEDIA\Backup
Drive\Movies" /S /D /Y
The script worked fine when i only had 1 directory that i was copying from, i added a new HD and created the same folders on them as the previous drive which is why there are 2 "My Movies" locations
It oesnt like the fact of the 2nd directory i have added have i done this wrong? Hope someone could shed some light
Cheers guys
Just looking for some advice on a batch script i am making to backup my movie collection, i'll post below what i have so far
ECHO THE FOLLOWING FILES WILL BE COPIED
XCOPY "D:\My Movies" "F:\My Movies" "\\LIAM-MEDIA\Backup Drive\Movies" /L /D /Y /S
TIMEOUT /T 5
XCOPY "D:\My Movies" "F:\My Movies" "\\LIAM-MEDIA\Backup
Drive\Movies" /S /D /Y
The script worked fine when i only had 1 directory that i was copying from, i added a new HD and created the same folders on them as the previous drive which is why there are 2 "My Movies" locations
It oesnt like the fact of the 2nd directory i have added have i done this wrong? Hope someone could shed some light
Cheers guys