home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 May / 1988-05.d64 / skeet.boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  949b  |  25 lines

  1. 10 poke 53280,11:poke 53281,11:poke 646,15
  2. 20 print"[147]this disk contains a copy of the   "
  3. 30 print"skeet program.  it is in geos format,"
  4. 40 print"so you must have a copy of geos, in"
  5. 50 print"order to run the program."
  6. 80 print"for your convenience, we have converted"
  7. 90 print"this disk to geos format. to run skeet,"
  8. 100 print"load geos and then insert this disk."
  9. 110 print"double-click on the disk icon, then"
  10. 120 print"double-click on the skeet icon to start"
  11. 130 print"the program."
  12. 140 print"for more information on skeet and"
  13. 150 print"the converter program, please refer to"
  14. 160 print"the article in the magazine."
  15. 170 print"[155]note: [144]do not attempt to use the"
  16. 180 print"geoconverter program on the skeet [144]"
  17. 190 print"file.":print""
  18. 200 ford=1to40:print"[155][164]";:next
  19. 210 print"    press any key to reload the menu    [146]"
  20. 220 poke198,0:wait198,1:getdh$
  21. 230 print"[147]":s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  22. 240 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  23. 250 poke53281,15:poke53280,15
  24. 260 printchr$(142)"[145]          reloading the menu[155]":end
  25.