home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1989 June / 1989-06.d64 / helppad.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  1KB  |  28 lines

  1. 10 printchr$(14):poke 53280,11:poke 53281,11:poke 646,15
  2. 20 print"[147][212]his disk contains a copy of the   "
  3. 30 print"[200]elp [208]ad desk accessory. [201]t is a [199][197][207][211]"
  4. 40 print"program that requires [199][197][207][211] in order to"
  5. 50 print"run. [198]or your convenience, we've"
  6. 80 print"converted this disk to [199][197][207][211] format,"
  7. 90 print"and as an added bonus, we've included "
  8. 100 print"a sample [200]elp [208]ad file to get you"
  9. 110 print"started."
  10. 115 print"[212]o run the program, boot up [199][197][207][211],"
  11. 116 print"then insert the [199]azette disk. [211]elect"
  12. 120 print"[200]elp [208]ad from the desk accessory menu"
  13. 130 print"to start the program."
  14. 140 print"[198]or more information about [200]elp [208]ad,"
  15. 150 print"please refer to the corresponding issue"
  16. 160 print"of [195][207][205][208][213][212][197]!'s [199]azette."
  17. 170 print"[155][206][207][212][197]: [144][196]o not attempt to use the"
  18. 180 print"[199]eoconverter program on [200]elp [208]ad[144]."
  19. 190 print"[201]t has already been converted to [199][197][207][211]"
  20. 195 print"format."
  21. 200 ford=1to40:print"[155][164]";:next
  22. 210 print"    [208]ress any key to reload the menu    [146]"
  23. 220 poke198,0:wait198,1:getdh$
  24. 230 print"[147]"chr$(142):s$="l[207]"+chr$(34)+"mn"+chr$(34)+",8:"+chr$(131)
  25. 240 fori=1tolen(s$):poke630+i,asc(mid$(s$,i)):next:poke198,i
  26. 250 poke53281,14:poke53280,14
  27. 260 printchr$(142)"[145]          reloading the menu[154]":end
  28.