home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d782 / twilightzone.lha / TwilightZone / Install.script < prev    next >
Text File  |  1992-12-23  |  578b  |  38 lines

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