dos

Joined
Nov 4, 2010
Messages
1
Reaction score
0
i want to copy a particular type of files in dos, am not getting a filter for it, can anybody give a solution
 
Hi Viren, I'm not sure what you mean - can you explain a little more?

If you want to copy all "txt" files for example, you could use:

Code:
 copy c:\source\*.txt c:\destination\
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top