This tip was printed from the MalekTips Computer and Technology Help and Tips website at http://malektips.com.

DOS and Batch Files - 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.


 


Press the "print" button on your browser or select "File" - "Print" to print this tip. Then, return to DOS and Batch Files - Extended Pattern Matching
 
Standard disclaimer applies - read http://malektips.com/disclaim.html.