home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / uploads / z3help43.lbr / DD1.HZP / DD1.HLP
Encoding:
Text File  |  1991-11-09  |  3.9 KB  |  90 lines

  1. ;
  2.                                     DD.COM                                    
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                4k (29)   BB65  1.8        T. Hazen 11/91           Z3COM2
  6.  
  7.   1- Syntax/Options  2- Notes  3- Help File  4- DD.HLP                        
  8.  
  9.  
  10.  
  11.    DD  is a ZCPR3 everyday-type Disk Directory utility,  designed for  easiest 
  12. typing.  It has the unique ability to display files selected by file attribute 
  13. as  well as by file mask.   The display is paged,  with the summary line last.
  14. Typing "*.*" isn't required for "all file" displays that include options.
  15.  
  16.    Original release (vs 1.1, 08/07/86) by Terry Hazen.
  17. :1
  18.  Syntax   DD [dir:][afn] [/options] 
  19.  
  20.  Options   A - Display all files (default is directory files only)
  21.            S - Display only system files
  22.            N - Display only non-archived (changed) files 
  23.          1-8 - Display only files with selected file attributes F1-F8 set
  24.            U - Display all files from all other user areas 
  25.            T - Display files alphabetized by file type, then filename
  26.            H - List files horizontally (default is vertical)
  27.            P - Send directory listing to printer
  28.            R - Reset disk system 
  29.  
  30.          Defaults:
  31.            Display only non-system files
  32.            Sort by file name, file type
  33. :2
  34.  DD Notes - 1/3 
  35.  
  36.    a. Vs 1.8 updates (10/26/91, Terry Hazen):
  37.       - Added F8 to attributes,  added  printer  ready  check  that won't hang
  38.         system if printer isn't ready.  
  39.       - Moved HELP message to top.  
  40.       - Added user flag for standout video, default ZCNFG CFG filename.  
  41.       - Revised code to use more library routines.  
  42.       - Fixed large directory size problem, 
  43.       - Added total disk size to stat summary.
  44.  
  45.    b. Vs 1.7 updates (05/23/88, Terry Hazen):
  46.       - Fixed bug  causing  named  directory  routine to be stomped on  during
  47.         initialization.
  48.  
  49.    c. Vs 1.6 updates (05/06/88, Terry Hazen):
  50.       - Revised to operate correctly with the GO command.
  51.  DD Notes - 2/3 
  52.  
  53.    d. Vs 1.5 updates (09/10/87, Terry Hazen):
  54.       - Added 'N' option to  display  only  non-archived  files  for potential
  55.         backup purposes.
  56.       - Increased the maximum number of options without requiring the use of a
  57.         filename mask to five.
  58.       - Revised help screen display.
  59.  
  60.    e. Vs 1.4 updates (04/05/87, Terry Hazen):
  61.       - Eliminated non-ZCPR3 operation.  
  62.       - Added option to    select only files with any of the selected file attri-
  63.         butes F1 - F7 set to help complement ACOPY.
  64.       - Added  'U' option to select  ALL  files from all user areas other than
  65.         the logged area to help see if there are  any other  active user areas
  66.         on the disk.
  67.       - Current program name now appears in the HELP message automatically.
  68.  
  69.    f. Vs 1.3 updates (01/20/87, Terry Hazen, unreleased version):
  70.       - Added 'P' option (send directory listing to the printer).
  71.  DD Notes - 3/3 
  72.  
  73.    g. Vs 1.2 updates (08/18/86, Terry Hazen):
  74.       - Fixed bug that caused the top line to be bumped    off the  display under
  75.         certain conditions.  
  76.       - Added option with  patchable  default to  reset the disk system and to
  77.         print a resetting message.  
  78.       - Provided more patch addresses.    
  79.       - Help message now reflects the  horiz/vert default setting and displays
  80.         the appropriate option.  
  81.       - Some other cosmetic changes.
  82. :3
  83.                                 DD.HLP 
  84.  
  85.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  86.               10k (70)   22F4  1.8        Terry Hazen 11/91        Z3HLP3 
  87. ==============================================================================
  88.  
  89.    ZCPR3 Help file on usage of DD.COM version 1.8.
  90. :4 :DD