Posted by The on April 01, 2008 at 18:03:30:
Need to know how to set up an auto backup batch file for my woman..
Can I just add two lines like this:
Del D:\*.*
xcopy C:\*.* d:\*.*
Or will it try to begin copying and deleting all at once?
How do I cause it to wait?
Also what switches do I need?
I want it to make a bootable copy of the master drive in case it'd crash.. I do not trust mobile drives :)
THANKS!!!