===========================================================================
                              WINDLIST.EXE

               http://www.ozemail.com.au/~dbareis (db0@anz.com)
===========================================================================


You need to be aware that the commands you specify are
sent to all programs that match the mask.  The "*" character
is the wildcard character and means different things depending
on its position (you are allowed 0 or 1 '*' chars).

   * No '*' means text  describes EXACT window title (including
     leading and trailing whitespace.

   * The '*' begins the text means the Window should contain the
     text you supply.

   * The '*' ends the text means that the window title should
     start with the text you supply.



Some simple examples:

   WindList Dump     *
   WindList SwitchTo Netscape*

