home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1987 October / 1987-10.d64 / fontprinter.boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  393b  |  14 lines

  1. 10 poke53280,0:poke53281,0:print"[147][154]there are four fonts included on"
  2. 20 print"this disk."
  3. 30 print"the filenames are:"
  4. 40 printtab(12)"[159]capital.font"
  5. 50 printtab(12)"computer.font"
  6. 60 printtab(12)"strange.font"
  7. 70 printtab(12)"italic.font[154]"
  8. 80 print"press any key to load font printer"
  9. 90 poke198,0:wait198,1:getdh$
  10. 100 print"[144]new"
  11. 110 print"l[207]"+chr$(34)+"font printer"+chr$(34)+",8:"
  12. 120 print"run:"
  13. 130 fori=631to633:pokei,13:next:poke198,3
  14.