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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now