02-09-2006, 01:44 AM
Thanks! I would like to ask one last question. I use a dos batch file to backup my files. Like this.
XCOPY C:\PLANS Z:\ /S /M
echo off
REM /S BACKS UP SUBDIRECTORIES /M RESETS ARCHIVE BIT
I have searched the help file but I cannot find anything on resetting the archive bit.
Rob
XCOPY C:\PLANS Z:\ /S /M
echo off
REM /S BACKS UP SUBDIRECTORIES /M RESETS ARCHIVE BIT
I have searched the help file but I cannot find anything on resetting the archive bit.
Rob