'Talal Itani' wrote:
| Currently I use the method you recommended. But this is getting tedious.
I
| want to plug about 24 drives, and have the programmed, the repeat the
| process for another 24 drives, and so on.
_____
Why don't you explain the purpose you want to accomplish? Particularly the
volume. It seems as if you were distributing digital content on USB drives.
Your questions only make sense if the volume runs to the hundreds or
thousands, in which case a service is the way to go. That is, if your time
is worth anything. You'd have to assign your time a value to evaluate the
cost of a duplication service.
Phil Weldon
|
|
| > You don't say how many of these things you wish to program.
| >
| > If it is a relatively small number, you could plug them into a series of
| > daisychained USB hubs and transfer data to them with a simple .BAT file.
| > The limit is the number of free drive letters that you have, but the
| > process can be repeated.
| > The batch file just needs to be along the lines of (assuming first free
| > drive letter is e
| >
| > XCOPY c:\<folder to copy>\ e:\ /S
| > XCOPY c:\<folder to copy>\ f:\ /S
| > XCOPY c:\<folder to copy>\ g:\ /S
| > etc.
|
| Currently I use the method you recommended. But this is getting tedious.
I
| want to plug about 24 drives, and have the programmed, the repeat the
| process for another 24 drives, and so on.
|
|