home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 37 / af037b.adf / s / startup-sequence
Text File  |  1992-06-18  |  865b  |  35 lines

  1. echo " "
  2. echo " "
  3. echo " "
  4. echo "                      AMIGA FORMAT COVERDISK 37"
  5. echo "                      -------------------------"
  6. echo " "
  7. echo " "
  8. echo "Do you have want to see the International Sports Challenge demo?"
  9. ECHO "Press Y and hit Return if you do, or N and return to proceed."
  10. ;echo "Otherwise the Coverdisk will load normally"
  11. ;echo " "
  12. ;echo "Please note that this is the only way for 512K users to see"
  13. ;echo "the demo, and it would be a shame to keep it from them."
  14. ;echo "Yes, it`s that good."
  15. echo " "
  16. ASK "WELL, WHAT WILL IT BE: Y OR N?"
  17. IF WARN
  18. LOADER
  19.  
  20. endcli
  21. ELSE
  22. echo " "
  23. Echo "How about a game of Bridgeball? Won`t take a couple of seconds"
  24. Echo "to load. Press Y and hit return if you do, otherwise n and return."
  25. echo " "
  26. ASK "WELL, WHAT WILL IT BE: Y OR N?"
  27. IF WARN
  28. BRIDGEBALL
  29. ENDCLI
  30. ENDIF
  31. FastMemFirst
  32. SetPatch >NIL:
  33. LoadWB
  34. EndCLI
  35.