home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / australi / drg.lzh / SDL.DOC < prev   
Text File  |  1984-08-22  |  2KB  |  56 lines

  1.  
  2.  
  3.  
  4.  SORTED DIRECTORY LIST 3.0
  5.  
  6.  SDL [d:][path][filename[.ext]][/options]
  7.  
  8.  Options:  General
  9.         E      erase screen
  10.         P      pause when screen full
  11.         W      4 column format (2 if width 40)
  12.        Sort options (sort on filename.ext is the default)
  13.         N      do not sort entries
  14.         S      sort by file size
  15.         D      sort by date and time
  16.         X      sort by file type (ext)
  17.        Sub-directories
  18.         T      list sub-directory names
  19.         F      use with T to list file names by directory
  20.         I      use with TF to indent file lists (not supported on
  21.                width 40 screens)
  22.         A      use with T to list all file names together
  23.  
  24.  Default:  *.* sorted by name.ext, 2 cols wide (1 on width 40 screen), no
  25.        screen erase or pause at end of page, using current directory.
  26.  
  27.  Notes:
  28.    1. Path specifications:
  29.       a. paths must end with \.
  30.       b. specifying a leading \ starts the path search at the root directory.
  31.      No leading \ will start the path at the current directory.
  32.       c. not specifying a path starts the operation at the current directory.
  33.    2. The space used by sub-directories is not accounted for.
  34.    3. Directory listings do not include the '.' or '..' entries.
  35.    4. The specified filename.ext may include ? and/or *.
  36.  
  37.  Output formats:  Width 80 - 2 or 4 columns   (option TFI - 1 or 2 columns)
  38.           Width 40 - 1 or 2 columns
  39.  
  40.  Filename in listing may be preceeded by one of the following char.:
  41.            r - read-only file
  42.            h - hidden file
  43.            s - system file
  44.            \ - sub-directory name
  45.    If a file has more than 1 attribute, only the last is shown.
  46.  
  47.  Written by W. C. Bodycomb
  48.        Version 1.0 - original version, runs under DOS 1.0 and 1.1
  49.        Version 2.0 - support for DOS 2.0, runs under DOS 1.0, 1.1, 2.0
  50.        Version 3.0 - support for paths and sub-directories, runs under
  51.              DOS 2.0.
  52.  
  53. 
  54.  
  55. 2.0, runs under DOS 1.0, 1.1, 2.0
  56.        Version 3.0 -