home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / utilities / misc / screenmodechanger / install.script < prev    next >
Text File  |  1993-02-01  |  731b  |  41 lines

  1.  
  2. ; Script file to install reqtools.library 38 on Kickstart
  3.  
  4. FailAt 20
  5.  
  6. Version >NIL: exec.library 37
  7. If WARN
  8.  Echo "*nYou need Kickstart 2.0 or higher for ScreenModeChanger"
  9.  Skip END
  10. EndIf
  11.  
  12. Echo "*nreqtools.library Installation Script*n"
  13. Version >NIL: LIBS:reqtools.library
  14. If NOT ERROR
  15.  Echo "Version of reqtools.library already installed:"
  16.  Version LIBS:reqtools.library
  17.  Echo ""
  18. EndIf
  19.  
  20. Ask "Install Kickstart 2.0 version of reqtools.library (38.358) ?"
  21. If NOT WARN
  22.  Skip Aborted
  23. EndIf
  24.  
  25. Copy libs/reqtools.library LIBS:reqtools.library
  26. Echo "*nreqtools.library copied to your Libs: directory."
  27.  
  28. Lab INSTALLED
  29.  
  30. Echo "Installation complete.*n"
  31. Skip END
  32.  
  33. Lab ABORTED
  34.  
  35. Echo "*nInstallation aborted!*n"
  36.  
  37. Lab END
  38.  
  39. Wait 5
  40. EndCLI >NIL:
  41.