home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / convx.lha / Convert / Install.script < prev    next >
Encoding:
Text File  |  1992-05-29  |  721 b   |  43 lines

  1. FailAt 20
  2. Echo "*nConvert Installation Script*n"
  3.  
  4. Ask "Install Convert ?"
  5. If NOT WARN
  6.   Skip Aborted
  7. EndIf
  8.  
  9. Echo ""
  10.  
  11. Version >NIL: LIBS:arp.library
  12. If ERROR
  13.   Copy libs/arp.library LIBS:arp.library
  14.   Echo "arp.library copied to your Libs: directory."
  15. EndIf
  16.  
  17. Version >NIL: LIBS:reqtools.library
  18. If ERROR
  19.   Copy libs/reqtools.library LIBS:reqtools.library
  20.   Echo "reqtools.library copied to your Libs: directory."
  21. EndIf
  22.  
  23. Version >NIL: LIBS:intuisup.library
  24. If ERROR
  25.   Copy libs/intuisup.library LIBS:intuisup.library
  26.   Echo "intuisup.library copied to your Libs: directory."
  27. EndIf
  28.  
  29. Lab INSTALLED
  30.  
  31. Echo ""
  32. Echo "Installation complete.*n"
  33. Skip END
  34.  
  35. Lab ABORTED
  36.  
  37. Echo "*nInstallation aborted!*n"
  38.  
  39. Lab END
  40.  
  41. Wait 5
  42. EndCLI >NIL:
  43.