home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 96 / af096b.adf / s / StartUp-Sequence
Text File  |  1997-02-19  |  1KB  |  25 lines

  1. echo "*Ec"
  2. assign t: ram:
  3. copy AF96b:c/echo ram:
  4. echo "*EcWelcome to the Amiga Format Games disk presented with Issue 96"
  5. echo "If you wish to play Creepy Crawlies, then simply press 'y',"
  6. echo "then press the <return> key. If you want to de-compress the"
  7. echo "Marbleous demo, then press 'n' followed by return and have a spare"
  8. echo "disk ready as you will need it."
  9. ask ""
  10. if warn
  11. "creepy crawlies"
  12. endif
  13. echo "*EcOK. Preparing to decompress Marbleous demo." 
  14. copy df0:marbleous.dms ram: buf=10
  15. ram:echo ""
  16. echo "You will presently be asked to swap disks to decompress Marbleous."
  17. echo ""
  18. echo "When the disk drive stops whirring and the drive light goes out,"
  19. echo "remove the AF coverdisk and insert one of your blank disks."
  20. echo ""
  21. echo "DO NOT press return until you have done this. Should you press return"
  22. echo "without having swapped the disks, you will wipe your coverdisk!"
  23. dms write ram:marbleous.dms to df0:
  24. ram:echo "*EcThe Marbleous demo is now decompressed. To play it, simply"
  25. ram:echo "boot this new disk. To play Creepy Crawlies, re-boot the coverdisk."