Kyle,
If you had searched the board for the words "recursive copy" (for this is what you want) you would have found this thread (among others):
http://www.kixtart.org/board/ultimatebb.php?ubb=get_topic;f=1;t=002320#000000
which would direct you to a freeware utility called XXCopy. Download and install it, and then the following command will do what you need:
code:
xxcopy c:\*.kix h: /sg
It's a damn quick utility too - what this command does is recurse through all the subdirectories of C:, looking for files like *.kix and copy them all to the root of h:. It also flattens them all into the root of h: - it won't create the folder sttructure at all, even for folder that contain a *.kix file. So you may want to specify h:\Kix as the destination.
Try it and see! I'm quite impressed.
Breaker
[ 31. October 2003, 14:28: Message edited by: Breaker ]
_________________________
================================================
Breaker