Hi guys,
I have to copy a bunch of files to a number of USB keys. i.e.
I need to copy c:\*.dat to O: M: P:
In Win98 command line I would do something like this:
for %%x in (o m p) do copy /y c:\*.dat %%x:
Is there something like this I can do in Vista? Better yet, it there something that can copy to o m and p at the same time (not sequentially).
If I have no other options, I guess I will just have to write an App which does this (which I want to avoid).
Any ideas?
I have to copy a bunch of files to a number of USB keys. i.e.
I need to copy c:\*.dat to O: M: P:
In Win98 command line I would do something like this:
for %%x in (o m p) do copy /y c:\*.dat %%x:
Is there something like this I can do in Vista? Better yet, it there something that can copy to o m and p at the same time (not sequentially).
If I have no other options, I guess I will just have to write an App which does this (which I want to avoid).
Any ideas?