home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 29 / af029a.adf / s / startup-sequence next >
Text File  |  1978-03-01  |  531b  |  24 lines

  1. echo " "
  2. echo " "
  3. echo " "
  4. echo "              AMIGA FORMAT COVERDISK 29"
  5. echo " "
  6. echo " "
  7. echo "Do you want the playable demo of The Blues Brothers?"
  8. ECHO "Press Y and hit Return if you do."
  9. echo "Otherwise Home Accounts 2 will load."
  10. echo " "
  11. echo "Please note that after Blues Brothers you will need to reset"
  12. echo "your machine by pressing CTRL and the two keys either side"
  13. echo "of the spacebar."
  14. echo " "
  15. ASK "WELL, WHAT WILL IT BE: Y OR N?"
  16. IF WARN
  17. ECHO "PLEASE WAIT"
  18. ECHO " "
  19. ALOAD BLUES
  20. ELSE
  21. STACK 12000
  22. homeacc2
  23. ENDCLI
  24.