[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Back up all



PureBytes Links

Trading Reference Links

You don't have to buy the backup software packages previously mentioned,
just use xcopy:

xcopy C:\omega D:\omega /s/e/c/i/r/k/y

You can even xcopy to a networked drive:

xcopy C:\omega \\"Network Drive Name"\omega /s/e/c/i/r/k/y

FYI, if you use the xcopy command, xcopy32 will engage automatically if
required.

Good luck, jim hill