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?
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?
you can use xcopy.. Then provide the /EXCLUDE:file1[+file2][+file3]...
option to exclude .txt
files