home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 93 / af093b.adf / s / STARTUP-SEQUENCE
Text File  |  1978-01-15  |  285b  |  13 lines

  1. echo "*Ec Welcome to the Amiga Format Issue 93 Disk b"
  2. Addbuffers df0: 30 >nil:
  3. ask "Do you want to play the Bograts demo?"
  4. if warn
  5. Run >Nil: BoGRats
  6. endcli
  7. endif
  8. echo "*EcLoading the Gravity Fight demo then."
  9. unlzx -q x bograts_demo:gf.lzx ram:
  10. cd ram:gf
  11. run gravityfight_demo
  12. EndCli
  13.