home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 August / 1988-08.d64 / speedprint.boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  805b  |  22 lines

  1. 10 poke 53280,15:poke 53281,15:poke 646,6
  2. 20 print"[147]this program cannot be run from the  "
  3. 30 print"menu. it is designed to work with     "
  4. 40 print"speedscript 64. we suggest that you  "
  5. 50 print"copy the font editor and the sample"
  6. 70 print"fonts to a disk containing speedscript."
  7. 72 print"the filenames are:[144]"
  8. 80 print"speedprint.bas   fontcu/cursive"
  9. 90 print"sp font editor   fontit/italic"
  10. 95 print"speedprint.ml    fontst/standard"
  11. 100 print"for more information about this program"
  12. 110 print"refer to the corresponding issue of"
  13. 120 print"compute!'s gazette. [144]"
  14. 130 forx=1 to 40:print"[164]";:next
  15. 140 print"        press any key for menu          [146]";
  16. 150 geta$:if a$="" then goto 150
  17. 160 poke 53280,15:poke53281,15
  18. 200 print"[147]";tab(14);"loading menu ..."
  19. 210 print"[155]load";chr$(34);"mn";chr$(34);",8"
  20. 220 print"[155]run"
  21. 240 poke198,8:poke631,19:poke632,13:poke633,13
  22.