home *** CD-ROM | disk | FTP | other *** search
/ Micro R&D 2 / MicroRD-CD-ROM-Vol2-1994.iso / bt.demo / btinstall < prev    next >
AmigaDOS Script File  |  1978-01-24  |  589b  |  19 lines

  1. .key Dev
  2.  If NOT Exists <Dev>:BT.Demo
  3.   MakeDir <Dev>:BT.Demo
  4.   MakeDir <Dev>:BT.Demo/BTScripts
  5. EndIF
  6. Copy BT.Demo:#? <Dev>:BT.Demo
  7. Copy BT.Demo:BTScripts <Dev>:BT.Demo/BTScripts All
  8. Copy BT.Demo:BTScripts/BT.Demo.info <Dev>:
  9. Delete <Dev>:BT.Demo/HDInstall#? quiet
  10. Echo " "
  11. Echo "All Done.  A drawer called BT.Demo has been made and all necessary"
  12. Echo "files are copied.  This disk is freely distributable.  2 MB FAST"
  13. Echo "RAM REQUIRED."
  14. Echo " "
  15. Echo "     For more information or assistance, call 510-638-0800."
  16. Echo "            Thank you from InnoVision Technology."
  17. Wait 10
  18. EndCLI
  19.