home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 75 / af075a.adf / s / StartUp-Sequence
Text File  |  2020-07-23  |  1KB  |  25 lines

  1. echo "*EcWelcome to *E[3mAmiga Format*E[0m Disk 75a!"
  2. echo "This disk will de-archive to 2 disks."
  3. echo "The first disk will contain *E[3mMaxon Magic Lite*E[0m and AF75 Utilities."
  4. echo "The second disk will contain the *E[3mFormula One Grand Prix Editor*E[0m."
  5. echo "In a few moments, you will be asked to insert a spare disk."
  6. copy maxon.dms RAM:
  7. echo "*EcWhen the disk activity in df0: (internal drive) finishes and the drive"
  8. echo "light goes out, remove the disk AF75a and insert a spare disk into df0:."
  9. echo "DO NOT press return until you have done this."
  10. DMS Write RAM:maxon.DMS To DF0:
  11. delete RAM:maxon.DMS quiet
  12. echo "*EcThat is *E[3mMaxon Magic Lite*E[0m installed."
  13. echo "Now we can install the *E[3mFormula One Grand Prix Editor*E[0m disk."
  14. echo "You will need a second spare disk in a few moments."
  15. copy F1GP_Ed.dms RAM:
  16. echo "*EcWhen the disk activity in df0: (internal drive) finishes and the drive"
  17. echo "light goes out, remove the disk AF75a and insert a spare disk into df0:."
  18. echo "DO NOT press return until you have done this."
  19. DMS Write RAM:F1GP_Ed.DMS To DF0:
  20. delete RAM:F1GP_Ed.DMS quiet
  21. echo "*EcThat's the *E[3mFormula One Grand Prix Editor*E[0m disk installed."
  22. echo "You can boot that disk directly to use it."
  23. echo "Re-boot your Amiga now, either with Workbench for *E[3mMaxon Magic Lite*E[0m,"
  24. ask "or with the *E[3mFormula One Grand Prix Editor*E[0m disk."
  25.