home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1991 February / 1991-02.d64 / cal.note (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  922b  |  25 lines

  1. 10 printchr$(14):poke 53280,11:poke 53281,11:poke 646,15
  2. 20 print"[147][195]alendar cannot be run from the menu."
  3. 30 print"[212]his program requires [199][197][207][211] in order to"
  4. 40 print"run. [198]or your convenience, this disk "
  5. 50 print"has been converted to [199][197][207][211] format."
  6. 80 print"[212]o use the [195]alendar, first boot [199][197][207][211]"
  7. 90 print"and use it to copy [195]alendar to a"
  8. 100 print"suitable [199][197][207][211] work disk from which it"
  9. 115 print"can then be selected and run."
  10. 117 print"[198]or more information about this program"
  11. 118 print"please refer to the corresponding"
  12. 119 print"article on this [199]azette disk."
  13. 170 print"[155][206][207][212][197]: [144][196]o not attempt to use the"
  14. 180 print"[199]eoconverter program on [195]alendar[144]"
  15. 190 print"[201]t has already been converted to [199][197][207][211]"
  16. 195 print"format."
  17. 200 ford=1to40:print"[155][164]";:next
  18. 210 print"    [208]ress any key to reload the menu    [146]"
  19. 220 getdh$:ifdh$=""then220
  20. 225 poke53280,0:poke53281,0:print"[147]":print"              [204]oading [199][207][211]"
  21. 230 print"[144]load";chr$(34);"gos.menu";chr$(34);",8"
  22. 240 print"run"
  23. 250 poke198,4:poke631,19:poke632,13:poke633,13
  24. 260 end
  25.