Esteemed Forum Participants and Lurkers:

I searched and found a reference to "Multiple File Copy":

--------------------------------------------------------------------------------
Originally posted by sameer spitfire
isn't there any option rather than looping around the files??

just an alternative
regards
--------------------------------------------------------------------------------
Reply from Pirate:

And what's wrong with loop structures ? There might be other alternatives but can't think of any now .
--------------------------------------------------------------------------------

File-by-file loop to copy is HORRIBLY slow! I have one folder of 166 files to copy. Is there any other FAST way to do it? I even thought about writing a batch file to do a wild card copy, and then calling it from VB.

Thanks for any comments, suggestions, or assistance.