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

  1. FailAt 20
  2.  
  3. Version > NIL: gadtoolsbox.library 39
  4. If NOT WARN
  5.     Echo "You already got installed : " NOLINE
  6.     Version gadtoolsbox.library
  7.     Echo "" NOLINE
  8.     Ask "Do you want to install version 39.3 of the gadtoolsbox.library?"
  9.     If NOT WARN
  10.         Skip Abort
  11.     EndIf
  12. EndIf
  13.  
  14. Echo "*nCopying the gadtoolsbox.library to your LIBS: ..."
  15. Copy > NIL: libs/gadtoolsbox.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.