home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / z.lbr / ZXD.HZP / ZXD.HLP
Encoding:
Text File  |  1991-11-18  |  2.1 KB  |  48 lines

  1. ;
  2.                                     ZXD.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                7k (51)   339B  1.62       9/89                     Z3COM13
  6.  
  7.   1- Syntax/Options  2- Notes                                                 
  8.  
  9.  
  10.    ZXD is  the ZSDOS EXtended Directory listing  program and  was derived from
  11. the ZCPR3 tool  XD III written by Richard Conn.   The major enhancement is the
  12. ability to display time stamps for each file in a variety of formats.  ZXD can
  13. display file dates and times from DateStamper, P2DOS, and Plu*Perfect Systems'
  14. DosDisk stamp methods.  In ZCPR3  systems, the  Wheel byte  is used to disable 
  15. some functions as a security precaution in remote access systems.
  16.  
  17.    With vs. 1.62,  ZXD is no longer Z-System specific and  is fully functional
  18. with CP/M Plus and Z3PLUS.
  19. :1
  20.  
  21.    Syntax   ZXD                             - List per Defaults
  22.             ZXD //                          - Print this message
  23.             ZXD /o[o.]                      - List per options
  24.             ZXD [dir:][fn[.ft]] [/][o[o.]]  - List selected w/opts
  25.   Options 
  26.             Oo - Toggle Output Control Options
  27.                     o=F for Form Feed,  o=H for Horiz/Vert Format
  28.             S  - Toggle Sort (Name/Type or Type/Name)
  29.             N  - Toggle No-Date/Date display
  30.             W  - Wide display with both Create/Modify Dates
  31.             D  - Display Date in alternate form
  32.             T  - Use alternate (P2Dos/DateStamper) Stamps
  33.             Aa - Set and Display of file attributes
  34.                     a=S for System,  a=N for Non-System
  35.                     a=A for All Files (System and Non-System)
  36.             U  - Toggle User select (Current or All)
  37.             P  - Send display to Printer
  38.             PF - Same as POF
  39. :2
  40.  
  41.  
  42.  ZXD Notes 
  43.  
  44.    a. When displaying only  a single date,  the validity of the Modified stamp
  45.       date is checked.   If invalid, the Create date is checked and printed if
  46.       valid.   Only if neither date stamp field is valid is a blank time field
  47.       displayed.
  48.