views:

33

answers:

1

Hi

I am using windows vista.

i have a folder containing many files and subfolders.

i need to copy the contents of that folder to another without including any files of the extension .txt.

how do i do that?

A: 

you can use xcopy.. Then provide the /EXCLUDE:file1[+file2][+file3]... option to exclude .txt files

ghostdog74
i am not sure how to use can u explain in more details?