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

Dos Batch File

reicherb

Platinum Member
I need to create a Dos bat file to copy a folder that contains many other folders and files to another PC. The bat file will be schedule to run nightly and will need to replace the old data without being prompted. does anybody know what command I should use to do this? I can't seem to make copy or xcopy work.

Thanks.
 
Why not use Microsoft's Backup Tool.

It's included with every version of Windows and can be scheduled
to Backup to any PC on a network.
 
I don't have a Windows machine handy to verify, but I believe you can use a /y switch with xcopy to overwrite files without prompting.

-jw
 
Thanks guys. I found a free tool called xxcopy that has 10x the features of xcopy. I'm not using backup, because I don't want a backup, I want to move the data to another location for processing.
 
Back
Top