I use windows 8. I want to use a batch file using xcopy. it almost works.
I get an 'access denied' error. Can you improve my batch file to work?
I am backing up to the WDigital MyPassport drive that I inserted to my E: drive usb. thanks
Echo on
verify on
rem Attach the WD MyPassport to E: drive.
pause
xcopy C:\Users\Glen\Documents\*.* E:\Backup\*.* /c /d /e /h /i /k /q /r /s /x /y
rem DONE
pause
echo on
I get an 'access denied' error. Can you improve my batch file to work?
I am backing up to the WDigital MyPassport drive that I inserted to my E: drive usb. thanks
Echo on
verify on
rem Attach the WD MyPassport to E: drive.
pause
xcopy C:\Users\Glen\Documents\*.* E:\Backup\*.* /c /d /e /h /i /k /q /r /s /x /y
rem DONE
pause
echo on