home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 9 / amigaformatcd09.iso / coverdisks / bograts_demo / s / startup-sequence
Encoding:
Text File  |  1978-01-15  |  285 b   |  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.