Looking for a program that will copy a directory from one computer to another

mugs

Lifer
Apr 29, 2003
48,920
46
91
For free preferably. Windows. Could I automate this with a batch script or something?
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
Create a batch file using xcopy with the required options.

Schedule it for whenever.
 

BlueWeasel

Lifer
Jun 2, 2000
15,944
475
126
Originally posted by: EagleKeeper
Create a batch file using xcopy with the required options.

Schedule it for whenever.


That or consider using Robocopy (free from MS). I use Robocopy daily to mirror important data to an external HD. You can setup a project file (text file) pretty quickly without having to enter a lot of parameters on the command line or batch script.