1.

Solve : xcopy - exclude certain file types??

Answer»

hello everyone ,

 I am trying to copy a folder using xcopy but i want to EXCLUDE all files that have .exe extension on them.. i already know that you can SPECIFY a list.txt of all files you want to exclude (i.e. /EXCLUDE:c:\list.txt  [list.txt : which would contain the "names" of all exe files that i WISH to be excluded]) ..but what i want is a "*.exe" like command that would exclude any .exe files in that folder from being copied to the new location.

any CLUES?

thanksxcopy supports file type exclusion. Place this in your exclude file:

.exe


many thanks Dias DE verano . FINALLY,it worked. shokran man.



Discussion

No Comment Found