home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 71 / af071a.adf / S / startup-sequence
Text File  |  1995-03-16  |  1KB  |  31 lines

  1. Echo "*ec"
  2. echo "AMIGA FORMAT Presents... The AF71 disks"
  3. echo "The following script will decrunch all the disks"
  4. echo "for this month, including the game demos on the other disk"
  5. echo "You will be prompted to insert that disk at the"
  6. echo " appropriate time."
  7. echo "         Please have 3 blank disks ready"
  8. echo "The first disk will be Bars & Pipes Professional "
  9. echo " "
  10. copy c:dms ram:
  11. copy :Bars.DMS RAM:
  12. echo "Insert first disk now"
  13. Ram:DMS WRITE RAM:Bars.dms to DF0:
  14. Delete RAM:Bars.dms
  15. echo " "
  16. echo "Right, now for the Death Mask demo"
  17. echo " "
  18. echo " Please insert your second coverdisk "
  19. copy AF71b:Death.dms RAM:
  20. echo " Insert second blank disk now"
  21. RAM:DMS Write RAM:Death.DMS To DF0:
  22. Delete Ram:Death.dms
  23. echo " "
  24. echo "And finally, the Alien Breed 3d demo (A1200/A4000 only)"
  25. Copy AF71b:Alien.DMS RAM:
  26. echo " Insert blank disk now "
  27. Ram:DMS Write RAM:Alien.DMS To DF0:
  28. Delete RAM:Alien.DMS
  29. echo " That's it then. Thanks for you co-operation. You should now"
  30. echo " re boot your computer with whichever disk you fancy."
  31.