dos

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\
 
Back
Top