G
Guest
I am looking for command line program that will take an existing zip file
and spawn it to the appropriate # of disks.
Thanks.
and spawn it to the appropriate # of disks.
Thanks.
I am looking for command line program that will take an existing zip file
and spawn it to the appropriate # of disks.
Thanks.
Terry Russell said:for %%A in (c:\x d:\y) do copy z.zip %%A
It was a dark and stormy night when said:I am looking for command line program that will take an existing
zip file and spawn it to the appropriate # of disks.