home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / zcpr2 / z2utils.doc < prev    next >
Text File  |  1983-12-16  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4.         
  5.  
  6.                            SUMMARY OF ZCPR2 UTILITIES
  7.  
  8.                         THE ENVIRONMENTS THEY CAN RUN IN
  9.  
  10.         
  11.                                  by Richard Conn
  12.  
  13.  
  14.              1.   Foreword  One misconception which many people who first 
  15.         see the ZCPR2 system have is that the programs which are provided 
  16.         with ZCPR2 will run only under ZCPR2.  In many instances, this is 
  17.         not the case.   All of the ZCPR2 utilities can be installed,  via 
  18.         the ZCPR2 utility called GENINS (GENINS can even install itself), 
  19.         and  one way to install these utilities is to ignore all  of  the 
  20.         ZCPR2 special features.   By so installing them, these utilities, 
  21.         in many cases, will run under CP/M 2.2 (unmodified) and CP/M Plus 
  22.         without  any further alteration.   All such utilities are in  the 
  23.         public domain,  so they may be used freely by everyone,  even the 
  24.         non-ZCPR2 community.
  25.  
  26.              2.  Summary of the Utilities
  27.  
  28.                                                      Run Under CP/M
  29.         Program Name   Function                        2.2? Plus?
  30.  
  31.         CD             Log Into New Named Directory     Yes(1) No
  32.         COMMENT        Comment Facility                 Yes    Yes
  33.         COMPARE        Compare Two Files                Yes    Yes
  34.         CONFIG         Prepare Terminal Config File     Yes    Yes
  35.         CRC            Compute CRC Values               Yes    Yes
  36.  
  37.         DEVICE         Redirected Device Driver Select  Yes(1) No
  38.         DIFF           List File Differences            Yes    Yes
  39.         DU2            Disk Utility 2                   Yes    Yes
  40.  
  41.         ECHO           Echo Text/Commands to Screen     Yes    Yes
  42.                             or Printer
  43.         ERASE          Erase Files                      Yes    Yes
  44.  
  45.         FIND           Search for Files                 Yes    Yes
  46.  
  47.         GENINS         Installation Program             Yes    Yes
  48.  
  49.         HELP2          Online Documentation System      Yes    Yes
  50.  
  51.         IOLOADER       Redirected I/O System Loader     Yes(1) No
  52.  
  53.         LD             Named Dir Loader                 Yes(1) No
  54.         LDIRZ          LU Directory Display             Yes    Yes
  55.         LRUNZ          LU File Execution                Yes    Yes
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.                                                      Run Under CP/M
  72.         Program Name   Function                        2.2? Plus?
  73.  
  74.         MCHECK         Menu Checker                     No     No
  75.         MCOPY          Multiple Copy Utility            Yes    Yes
  76.         MENU           Menu Processor                   No     No
  77.         MKDIR          Created Named Dirs               Yes(1) No
  78.  
  79.         PAGE           Extended File Lister             Yes    Yes
  80.         PATH           Manipulate Paths                 No     No
  81.         PHELP          Print Help Files                 Yes    Yes
  82.         PRINT3         Extended File Printer            Yes    Yes
  83.         PROTECT        Set File Protection              Yes    Yes
  84.         PWD            Print Working Directory          Yes(1) No
  85.  
  86.         RECORD         Enable I/O Recorder              Yes(1) No
  87.         RENAME         Rename Files                     Yes    Yes
  88.  
  89.         SAK            Abort Multiple Command Line      No     No
  90.         STARTUP        Dir-Based Command Line Init      No     No
  91.         SUB2           Disk-Based Command Files         Yes    Yes
  92.         SYSIO          Redirected I/O System            Yes    No
  93.  
  94.         TINIT          Terminal Programmer              Yes    Yes
  95.  
  96.         UNERA          Unerase Files                    Yes    Yes
  97.  
  98.         VFILER2        File Manipulation System         Yes    Yes
  99.  
  100.         WHEEL          Wheel Byte Control               No     No
  101.  
  102.         XDIR3          Extended Directory Display       Yes    Yes
  103.  
  104.         ZEX            Memory-Based Command Files       Yes    No
  105.  
  106.              (1) Yes IF a mod to the BIOS is made to init a buffer
  107.  
  108.  
  109.              3.  Notes on the ZCPR2 Utilities
  110.  
  111.                   A.  Most ZCPR2 utilities have built-in documentation so 
  112.         that the user can ask them what the syntax of their command lines 
  113.         is
  114.  
  115.                   B.   ALL  ZCPR2 utilities have things such as  internal 
  116.         paths  which enable some ZCPR2 features to be realized on  simple 
  117.         CP/M systems without any modification to the system itself
  118.  
  119.                   C.   Most  ZCPR2  utilities offer advantages  over  the 
  120.         conventional  counterparts available;  for example,  ERASE erases 
  121.         R/O files (with prompting), has an inspect mode (so that the user 
  122.         can  say Y or N to each file  selected  independently),  built-in 
  123.         help, and file lists as arguments (ie, ERASE F1,F2,F3,...)
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.