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