- Feb 4, 2008
- 235
- 0
- 71
I have heard of but never used "Robocopy" before and have the following question:
I need to move about 15K files from multiple directories to one single directory. The files all end with *tx.csv
I am not sure how to type the command in robocopy to have it recursively check each sub-folder for the files and then move it do another directory.
I do not need, or want, any of the sub-directories moved, only the files themselves.
I am thinking that the command would be:
robocopy <some source directory> <some destination directory> *tx.csv /mov
I know this command will move the files as I want but will it sift through all the sub-dirs in the source directory as well?
Thanks for the help and patience with my question(s)
I need to move about 15K files from multiple directories to one single directory. The files all end with *tx.csv
I am not sure how to type the command in robocopy to have it recursively check each sub-folder for the files and then move it do another directory.
I do not need, or want, any of the sub-directories moved, only the files themselves.
I am thinking that the command would be:
robocopy <some source directory> <some destination directory> *tx.csv /mov
I know this command will move the files as I want but will it sift through all the sub-dirs in the source directory as well?
Thanks for the help and patience with my question(s)