Todd33 Diamond Member Oct 16, 2003 7,842 2 81 Aug 19, 2004 #1 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?
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 Aug 19, 2004 #2 XCOPY will do this. Go to Start / Run, type cmd, then type "xcopy /?" to see the usage rules.