• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

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

Create a batch file using xcopy with the required options.

Schedule it for whenever.
 
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.
 
Back
Top