home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 70 / af070b.adf / S / StartUp-Sequence
Text File  |  1995-02-17  |  783b  |  20 lines

  1. Echo "*ec"
  2. echo "AMIGA FORMAT Presents... Two great game demos"
  3. echo "The following script will decrunch the demos onto two disks"
  4. echo "The first disk is Bubble and Squeak."
  5. echo "This will work on all 1Mb Amigas"
  6. echo "In a few moments you will be prompted to insert the disk"
  7. echo "that will hold the Bubble and Squeak game. Simply follow"
  8. echo " the onscreen instructions..."
  9. Copy bubble.DMS RAM:
  10. DMS Write RAM:bubble.DMS To DF0:
  11. Delete RAM:bubble.DMS
  12. echo "Right, now that's the first disk complete. The next disk"
  13. echo "will hold a demo of Team 17's bowling game, Kingpin."
  14. echo "This demo will only definitely work"
  15. echo "on an A1200 or an A600."
  16. Echo "*ec"
  17. Copy king.DMS RAM:
  18. DMS Write RAM:king.DMS To DF0:
  19. Delete RAM:king.DMS
  20. echo " you may now reboot with your chosen disk"