|
| Extended Pattern Matching SUMMARY: Multiple asterisks can be used in patterns when matching files.
You may know that with just about every version of DOS, using the '*" in a command matches all files which match the characters before the asterisk. In later versions of DOS, however, you can use the asterisk to select every file which matches the character after the asterisk.
For example, a DIR *EC.* in the root directory could match files AUTOEXEC.BAT, AUTOEXEC.DOS, DUALEXEC.INF, and LEC.TXT. And yes, you can do a pattern-match with characters before and after the asterisk.
Add:
Del.icio.us |
Digg |
Furl |
My Yahoo!
Discuss This Tip
Print This Tip
Get E-Mail When New Tips are Online
Return to the DOS and Batch Files page. |