Zeke-Canidae Posted July 13, 2009 Posted July 13, 2009 I NEED to take all the text files off of one drive and copy them to another. Specifically I want to copy all files on the C: drive that end in the extension ".txt" and copy them to a drive F:Back in the old days of DOS I would just:copy C:/ *.txt F:/With Windows the Search and Browse function doesn't have an option of "find" and "copy". Any command line ideas? Software ideas?
nip1024 Posted July 13, 2009 Posted July 13, 2009 This is still easier from a CMD prompt: xcopy /s c:\*.txt f:\nip
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now