home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / pcmag / where.lzh / WHERE.DOC < prev   
Text File  |  1988-11-24  |  1KB  |  26 lines

  1.           WHERE (File Locator)                     Kiyoshi Akima
  2.           ______________________________________________________
  3.  
  4.           Purpose:  Searches all directories on a particular
  5.                     drive and lists the paths of entries that
  6.                     match the specified filename.
  7.  
  8.           Format:   [d:][path]WHERE [filename[.ext]]
  9.  
  10.           Remarks:  WHERE uses normal DOS filename specifications
  11.                     to locate files.  Omitting a filename and
  12.                     extension after the command defaults to WHERE
  13.                     *.* and will list all non-hidden files on
  14.                     your disk.
  15.  
  16.           Example:  The command WHERE *.BAT will find all
  17.                     your batch files.  WHERE MO*.* would uncover
  18.                     MODE.COM and MORE.COM and any other filename
  19.                     that begin with MO.
  20.  
  21.                     Notes:
  22.  
  23.                     1.   Although submitted to us by Mr. Akima,
  24.                          this program has its roots in one
  25.                          originally written by John Socha.
  26.