home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d569 / pploadseg.lha / PPLoadSeg / Install.script < prev    next >
Text File  |  1991-11-21  |  507b  |  19 lines

  1.  
  2. ; Script file to install powerpacker.library & PPLoadSeg
  3.  
  4. FailAt 21
  5. Echo "*n'PPLoadSeg' and powerpacker.library Installation Script*n"
  6. Copy powerpacker.library LIBS:powerpacker.library
  7. Echo "powerpacker.library copied to your Libs: directory."
  8. Copy PPLoadSeg C:PPLoadSeg
  9. Echo "PPLoadSeg copied to your C: directory."
  10.  
  11. Echo "*nShall I modify your Startup-Sequence to make 'PPLoadSeg'"
  12. Echo "part of your initial startup ?*n"
  13. ModifySSequence PPLoadSeg
  14.  
  15. Echo "*nInstallation complete.*n"
  16.  
  17. Wait 5
  18. EndCLI >NIL:
  19.