The Active Network

ActiveWin: Win 2000 Active NetworkIntro | History | Links | FAQ | Mailing List | Forums 

Amazon.com

  *  

Windows 2000 - Tips & Tricks

Using wildcard characters

Asterisk (*)

You can use the asterisk as a substitute for zero or more characters. If you're looking for a file that you know starts with gloss but you can't remember the rest of the file name, type the following:

gloss*

The Find dialog box will locate all files of any file type that begin with gloss including Glossary.txt, Glossary.doc, and Glossy.doc. To narrow the search to a specific type of file, type:

gloss*.doc

In this case, the Find dialog box will find all files that begin with gloss but have the file extension .doc, such as Glossary.doc and Glossy.doc.

Question Mark (?)

You can use the question mark as a substitute for a single character in a name. For example, if you typed gloss?.doc, the Find dialog box would locate the file Glossy.doc or Gloss1.doc but not Glossary.doc.

 


Return to the Windows 2000 Tips index

 

  *  
  *   *