I have about 1,000 flash drives that I need to move a set of files onto. I'm looking for a way to reduce the amount of time this will take.
Thoughts: Attach task to the event of connecting flash drive. Run a bat file
xcopy /e /y c:\files_to_transfer\*.* .\dir_on_usb_drive
...
Any better ideas? I will just be plugging the Flash drive in and then taking it out putting next one in :-/
I would also like to reduce the amount of time spent on detecting device but I have no idea if this is even possible. All the flash drives are identical.
Thanks, Josh
