I wrote a backup script for batch. Works except for the XCOPY
command. I have compared against other such script and do not see the cause for the problem.
The following is verified:
dest=E:/buTOP/Desktop (Note:buTOP pre-exists on flash drive)
source=C:/Users//Desktop
The command used for testin is:
xcopy %inID%:%source% %dest% /E /F /I /J /K /R /S /V /Y 1>NUL
It produces this error: File not found – Desktop
Any help?