C
Curt Dixon
If I have files
test.tst
test.tst1
test.tst2
and I run "dir *.tst" at a cmd prompt, I get back all 3 files. Running "dir
*.ts?" and "dir *.t??" does the same thing. del works the same way (as
probably most wildcard cmds do).
This causes real problems if I want to delete all .res files but not .resx
files. Is there any way around this?
test.tst
test.tst1
test.tst2
and I run "dir *.tst" at a cmd prompt, I get back all 3 files. Running "dir
*.ts?" and "dir *.t??" does the same thing. del works the same way (as
probably most wildcard cmds do).
This causes real problems if I want to delete all .res files but not .resx
files. Is there any way around this?