ArchonSoft
Programmer
I use xcopy command to copy a data disk to another one: here is the script I use:
xcopy g: h: /c /q /s /e /k /r /h
if errorlevel 0 goto success
:success
echo Files were backup successfully!
goto exit
:exit
For some reasons the backup does'nt execute completely, some files are missing...
Someone got a solution?
xcopy g: h: /c /q /s /e /k /r /h
if errorlevel 0 goto success
:success
echo Files were backup successfully!
goto exit
:exit
For some reasons the backup does'nt execute completely, some files are missing...
Someone got a solution?