home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / zsys / znode-12 / s / z3help03.lbr / SNAP.HZP / SNAP.HLP
Encoding:
Text File  |  1993-06-12  |  1.4 KB  |  33 lines

  1. ;
  2.                                    SNAP.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                1k (5)    B365  1.0        Rob Friefeld 9/88        Z3COM8
  6.  
  7.   1- Usage  2- Notes                                                          
  8.  
  9.  
  10.    SNAP is  based on  Bob Andersson's LAP.COM.   It saves an image of the ENV,
  11. RCP,  FCP,  IOP,  NDR,  path,  and quiet flag, plus a small loader to the file
  12. named on the command line.  That is,  rather than installing itself, it writes
  13. another program  to reload the packages.   The output file is about 2k smaller
  14. than LAP.  Error checking is minimal.
  15. :1
  16.  
  17.  
  18.    Usage:  SNAP SYS       <-- save current packages to file SYS.COM
  19.            LDR OTHER.ENV, OTHER.RCP, OTHER.FCP, OTHER.NDR
  20.            SNAP OTHER     <-- save this version to OTHER.COM
  21.            SYS            <-- reload all original packages at once
  22.            OTHER          <-- run the other configuration
  23. :2
  24.  
  25. SNAP Notes:
  26.  
  27.    a. Note that,  although the space allocated  to each package may vary,  you
  28.       cannot load one size system over another with SNAP.
  29.  
  30.    b. The  same  scheme  is  followed  as  that  in  LAP.COM  -  disabling  of 
  31.       interrupts, loading the image, calling the IOP initialization routine at
  32.       IOPBASE+9, and enabling interrupts.
  33.