• 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.

Xcopy

Kraeoss

Senior member
hello all,

i was recently tasked to create a batch file template for copying files across a network in an efficent way. can anyone help me out buy helping me write this out as i really am quite terrible at this aspect at the moment. any help will be appreciated. functions needed are copy/replace/remove.

thanks very much for your help and insight
 
Are you allowed to use tools other than what naked Windows provides?

I have to put in a plug for Cygwin. It gives you a bash shell and related GNU utilities. That gives you oodles of power and nearly unlimited flexibility.

One tool available in Cygwin is rsync. (It may be available for raw Windows too). Rsync is legendary for copying files and directories of files efficiently because if the file already exists, it only copies the updated portions.
 
Back
Top