home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / compressed / graphic / broadcasttitlerpaldemo.dms / broadcasttitlerpaldemo.adf / BTInstall < prev    next >
AmigaDOS Script File  |  1988-12-05  |  397b  |  13 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. Echo "All Done.  A drawer called BT.Demo has been made and all necessary"
  9. Echo "files are copied.  This disk is freely distributable.  1.5 RAM"
  10. Echo "REQUIRED.  Thank you from InnoVision Technology."
  11. Wait 10
  12. EndCLI
  13.