home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / WM10.ZIP / DOC.DAT / wmls.txt < prev    next >
Encoding:
Text File  |  1995-08-30  |  713 b   |  19 lines

  1.  WMLS
  2.  ────
  3.  
  4.  WAVmaker LiSt.
  5.  
  6.  WMLS is a simple replacement for the DOS DIR command. It uses a slightly
  7.  different display format and sorts its output (filenames+extensions) 
  8.  alphabetically, provided that there is enough room in base memory (if not,
  9.  it will tell you so and produce an unsorted directory listing). The output
  10.  is directed to DOS standard out.
  11.  
  12.  There is only one (optional) parameter to WMLS: the path to the directory 
  13.  which you want listed. Legal examples are
  14.  
  15.          ■ WMLS DOC\  (list all files in the DOC\ subdirectory)
  16.          ■ WMLS *.TXT (list all TXT files in the current directory)
  17.  
  18.  If no path is supplied, WMLS displays all files in the current directory.
  19.