home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / wl_98213.zip / ReadMe.txt next >
Text File  |  1998-08-01  |  894b  |  29 lines

  1. ===========================================================================
  2.                               WINDLIST.EXE
  3.  
  4.                http://www.ozemail.com.au/~dbareis (db0@anz.com)
  5. ===========================================================================
  6.  
  7.  
  8. You need to be aware that the commands you specify are
  9. sent to all programs that match the mask.  The "*" character
  10. is the wildcard character and means different things depending
  11. on its position (you are allowed 0 or 1 '*' chars).
  12.  
  13.    * No '*' means text  describes EXACT window title (including
  14.      leading and trailing whitespace.
  15.  
  16.    * The '*' begins the text means the Window should contain the
  17.      text you supply.
  18.  
  19.    * The '*' ends the text means that the window title should
  20.      start with the text you supply.
  21.  
  22.  
  23.  
  24. Some simple examples:
  25.  
  26.    WindList Dump     *
  27.    WindList SwitchTo Netscape*
  28.  
  29.