home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / develop / gadtoolsbox / nofraglib / installnofrag < prev    next >
Text File  |  1995-02-27  |  476b  |  25 lines

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