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

  1. ;
  2.                                 Z-RIP.COM                                     
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                1k (8)    8146  1.3        Bruce Morgen 4/91        Z3COM28
  6.  
  7.   1- Syntax  2- Notes                                                         
  8.  
  9.  
  10.    ZCPR3  Rapid Install Program installs ZCPR3 programs.   It can install just 
  11. one,  all in a Drive/User,  or all the ZCPR3 programs on an entire  disk.   It 
  12. reads  in the first record of each .COM file it finds,  checks to see if it is 
  13. indeed a ZCPR3 command and if it is, installs it.   
  14.  
  15.    Since modern CPRs auto-install the environment pointer,  Z-RIP is really of
  16. value mostly to programmers, to help ensure valid debugging results.   Version
  17. 1.0 (6/3/86) by Paul Pomerleau.
  18. :1
  19.     Syntax   Z-RIP [DU: or DIR:][AFN] [*]
  20.  
  21.    If the second  filename is an  '*',  the  ENTIRE disk is searched for names
  22. which match the AFN, from maxuser down.
  23.  
  24.    INTERNAL ENVIRONMENT DESCRIPTORS ARE NOT SUPPORTED.
  25.    TYPE 3 ENVIRONMENTS ARE.
  26. :2
  27.  Z-RIP Notes 
  28.    
  29.    a. Version 1.3 updates (4/4/91, Bruce Morgen):
  30.       - Fixed FCB init. bug introduced in 1.2.  Still 1K!
  31.  
  32.    b. Version 1.2 updates (3/19/91, Bruce Morgen):
  33.       - Supports Type 4 programs.
  34.       - Program types reported by number in messages.
  35.       - No file write if program is already installed.
  36.       - Improved filename display.  
  37.       - Z3LIB no longer required for linkage.  Program still 1K!
  38.  
  39.