home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 640b.lha / NoFragLib_v2.2 / InstallNoFrag < prev    next >
Text File  |  1992-05-15  |  496b  |  28 lines

  1. .K ""
  2. FailAt 20
  3.  
  4. Version > NIL: nofrag.library 2
  5. If NOT WARN
  6.     Echo "You already got installed : " NOLINE
  7.     Version nofrag.library
  8.     Echo "" NOLINE
  9.     Ask "Do you want to install version 2.2 of the nofrag.library?"
  10.     If NOT WARN
  11.         Skip Abort
  12.     EndIf
  13. EndIf
  14.  
  15. Echo "*nCopying the nofrag.library to your LIBS: ..."
  16. Copy > NIL: libs/nofrag.library TO LIBS:
  17. Avail > NIL: FLUSH
  18. Echo "*nDone."
  19. Wait 3
  20. EndCLI > NIL:
  21. Quit
  22.  
  23. Lab Abort
  24.  
  25. Echo "*nAborted!"
  26. Wait 3
  27. EndCLI > NIL:
  28.