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