home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / portfoli / sdl / sdl.doc < prev   
Encoding:
Text File  |  1991-08-21  |  2.6 KB  |  62 lines

  1. ②SDL30.DOC CPC-CSIG 7-23-84 04.17
  2.  
  3.  SORTED DIRECTORY LIST 3.0
  4.  
  5.  SDL [d:][path][filename[.ext]][/options]
  6.  
  7.  Options:  General
  8.                 E      erase screen
  9.                 P      pause when screen full
  10.                 W      4 column format (2 if width 40)
  11.            Sort options (sort on filename.ext is the default)
  12.                 N      do not sort entries
  13.                 S      sort by file size
  14.                 D      sort by date and time
  15.                 X      sort by file type (ext)
  16.            Sub-directories
  17.                 T      list sub-directory names
  18.                 F      use with T to list file names by directory
  19.                 I      use with TF to indent file lists (not supported on
  20.                        width 40 screens)
  21.                 A      use with T to list all file names together
  22.  
  23.  Default:  *.* sorted by name.ext, 2 cols wide (1 on width 40 screen), no
  24.            screen erase or pause at end of page, using current directory.
  25.  
  26.  Notes:
  27.    1. Path specifications:
  28.       a. paths must end with \.
  29.       b. specifying a leading \ starts the path search at the root directory.
  30.          No leading \ will start the path at the current directory.
  31.       c. not specifying a path starts the operation at the current directory.
  32.    2. The space used by sub-directories is not accounted for.
  33.    3. Directory listings do not include the '.' or '..' entries.
  34.    4. The specified filename.ext may include ? and/or *.
  35.  
  36.  Output formats:  Width 80 - 2 or 4 columns   (option TFI - 1 or 2 columns)
  37.                   Width 40 - 1 or 2 columns
  38.  
  39.  Filename in listing may be preceeded by one of the following char.:
  40.                r - read-only file
  41.                h - hidden file
  42.                s - system file
  43.                \ - sub-directory name
  44.    If a file has more than 1 attribute, only the last is shown.
  45.  
  46.  Written by W. C. Bodycomb
  47.            Version 1.0 - original version, runs under DOS 1.0 and 1.1
  48.            Version 2.0 - support for DOS 2.0, runs under DOS 1.0, 1.1, 2.0
  49.            Version 3.0 - support for paths and sub-directories, runs under
  50.                          DOS 2.0.
  51.  for DOS 2.0, runs under DOS 1.0④
  52.  
  53.  
  54. Additional notes for Portfolio users, posted by Louis Shapiro (70210,306):
  55.  
  56. SDL seems to work fine on the Portfolio, with the exception of the /P
  57. option, which doesn't recognize the Port's screen size.  Momentarily
  58. pressing the LOCK key will pause the display, however.  I've included a
  59. small batch file that will simulate paged mode.  To use it, just type S at
  60. the DOS prompt.  To pass parameters to SDL, just type them after S.  For
  61. example to see a directory sorted by date, just type S D.
  62.