Re: simultaneous copy to multiple media
- From: Claudio Grondi <claudio.grondi@xxxxxxxxxx>
- Date: Thu, 31 Aug 2006 19:11:46 +0200
lannsjo@xxxxxxxxx wrote:
I need a program that simultaneously can copy a single file (1 GB) from
my pc to multiple USB-harddrives.
Why not just use:
copy c:\file.ext u:\file.exe
in one shell and in another
copy c:\file.ext v:\file.exe
where u: and v: are the USB drives?
There is usually not much gain on USB when on Windows, especially in case of a single file which fits into memory (and the file cache) to do it 'simultaneously'.
This subject was discussed here already in the past:
http://mail.python.org/pipermail/python-list/2005-March/271985.html
Claudio Grondi
.
I have searched the internet and only found one program that does this
on
http://mastermind.com.pl/multicopy/
but this link doesnt work anymore???? somebody that can help me, is
there any other programs out there.
- References:
- simultaneous copy to multiple media
- From: lannsjo
- simultaneous copy to multiple media
- Prev by Date: Re: Basic import Questions (with bonus profiling question)
- Next by Date: Re: M$ windows python libs installed in arbitrary directories forcustomized python distributions
- Previous by thread: Re: simultaneous copy to multiple media
- Next by thread: Problem when try to run a Python embedding documentation example
- Index(es):