M
Mike Harrison
For many years I have been using a batch file to back up files later than a
specific date to a temporary directory. I then copy them to an external hard
drive. My new computer has Vista business. I am unable to get the batch file
to work. Would someone please help?
Old version
call xcopy c:\docume~1\mikeha~1\mydocu~1\*.* C:\temp3 /f /d:06-03-2008 /i /s
New version
call xcopy c:\users\mikeh\documents\*.* C:\temp3 /f /d:06-03-2008 /i /s
specific date to a temporary directory. I then copy them to an external hard
drive. My new computer has Vista business. I am unable to get the batch file
to work. Would someone please help?
Old version
call xcopy c:\docume~1\mikeha~1\mydocu~1\*.* C:\temp3 /f /d:06-03-2008 /i /s
New version
call xcopy c:\users\mikeh\documents\*.* C:\temp3 /f /d:06-03-2008 /i /s