home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1989 December / 1989-12.d64 / geos.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  829b  |  21 lines

  1. 10 printchr$(14):poke 53280,11:poke 53281,11:poke 646,15
  2. 20 print"[147][205]ini [196]esktop cannot be run from the"
  3. 30 print"menu. [212]his program requires [199][197][207][211] in"
  4. 40 print"order to run. [198]or your convenience,"
  5. 50 print"this disk has been converted to [199][197][207][211]"
  6. 80 print"format. [211]ince this program is designed"
  7. 115 print"to replace the old [199]eos [196]esktop, make"
  8. 116 print"sure you read the corresponding [199]azette"
  9. 140 print"article before attempting to use it."
  10. 170 print"[155][206][207][212][197]: [144][196]o not attempt to use the"
  11. 180 print"[199]eoconverter program on [205]ini [196]esktop.[144]"
  12. 190 print"[201]t has already been converted to [199][197][207][211]"
  13. 195 print"format."
  14. 200 ford=1to40:print"[155][164]";:next
  15. 210 print"    [208]ress any key to reload the menu    [146]"
  16. 220 poke198,0:wait198,1:getdh$
  17. 230 print"[147]"chr$(142):s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  18. 240 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  19. 250 poke53281,0:poke53280,0
  20. 260 printchr$(142)"[145]          reloading the menu[144]":end
  21.