home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 October / 1988-10.d64 / speedprint.note (.txt) < prev   
Commodore BASIC  |  2022-09-20  |  742b  |  21 lines

  1. 10 poke 53280,15:poke 53281,15:poke 646,6
  2. 20 print"[147] speedprint [146] 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 following programs to another"
  6. 70 print"disk and then carefully read the  "
  7. 71 print"corresponding article before running"
  8. 72 print"them."
  9. 73 print"the filenames are:[144]"
  10. 80 print"speedprint.bas   fontcu/cursive"
  11. 90 print"sp font editor   fontit/italic"
  12. 95 print"speedprint.ml    fontst/standard"
  13. 130 forx=1 to 40:print"[164]";:next
  14. 140 print"        press any key for menu          [146]";
  15. 150 geta$:if a$="" then goto 150
  16. 160 poke 53280,15:poke53281,15
  17. 200 print"[147]";tab(14);"loading menu ..."
  18. 210 print"[155]load";chr$(34);"mn";chr$(34);",8"
  19. 220 print"[155]run"
  20. 240 poke198,8:poke631,19:poke632,13:poke633,13
  21.