home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1988 July / 1988-07.d64 / printer.boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  653b  |  20 lines

  1. 10 poke 53281,0:poke 53280,0:poke 646,15
  2. 20 print"[147]"
  3. 30 print" super printer driver [146][155] is a program"
  4. 40 print"that creates printer drivers for use"
  5. 50 print"with geos. drivers are included for the"
  6. 60 print"following printers:"
  7. 70 printtab(12)"epson fx-85/86e"
  8. 80 printtab(12)"epson lx-80/86"
  9. 90 printtab(12)"star sg-10/15[155]"
  10. 100 print"after running this program insert your"
  11. 110 print"geos disk and follow the on-screen"
  12. 120 print"prompts.";
  13. 130 print" please refer to the article in the";
  14. 140 print" corresponding issue of compute!'s"
  15. 150 print"gazette before using this program."
  16. 160 fort=1to40:print"[164]";:next
  17. 170 print"    press any key to run the program    [146]";
  18. 180 geta$:if a$="" then goto180
  19. 190 load"pr customizer",8
  20.