On a windows server, using a DOS command, how can I delete files in the current directoy that have the pattern like:
- testcase-234.html
- testcase-2322.html
- testcase-12.html
i.e. files that begin with testcase-xxx.html
|
feedback
|
|
del testcase-*.html Is this a trick question? | |||||||||
feedback
|