Any XP file/dir copy utilities that let you copy all but a type of file?

Todd33

Diamond Member
Oct 16, 2003
7,842
2
81
I want to back up a bunch of directories, but I want to exclude a cetain extension. What the best way short of writing a python script?
 

MrChad

Lifer
Aug 22, 2001
13,507
3
81
XCOPY will do this. Go to Start / Run, type cmd, then type "xcopy /?" to see the usage rules.