Copy Utility - to Multiple Drives?

  • Thread starter Thread starter Talal Itani
  • Start date Start date
T

Talal Itani

Hello,

I am looking for software that can take a folder, and write it to multiple
drives at once. Currently, I open and run multiple robocopy applications to
accomplish that. I searched the web, but I could not find anything.
Please let me know if you know of such software. Thanks.

T.I.
 
On 6/22/2007 3:45 PM On a whim, Talal Itani pounded out on the keyboard
Hello,

I am looking for software that can take a folder, and write it to multiple
drives at once. Currently, I open and run multiple robocopy applications to
accomplish that. I searched the web, but I could not find anything.
Please let me know if you know of such software. Thanks.

T.I.

Hi Talal,

Does it have to be at the same time? If not, just create a batch file
with the command on each line like this (there are many switch options):

xcopy c:\data\*.* d:\data\ /e /y
xcopy c:\data\*.* e:\data\ /e /y
xcopy c:\data\*.* f:\data\ /e /y

--
Terry R.

***Reply Note***
Anti-spam measures are included in my email address.
Delete NOSPAM from the email address after clicking Reply.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top