If you have problems with line spacing when you do a graphic printout. Try this fix to GRAPHICS.COM and it may help. GRAPHICS.COM is the graphics screen dump that comes on the dos disk. When used with my OKIDATA 92 (w/plug & play) it would leave thin lines in the printout. I found this solution in HOME COMPUTER MAGAZINE vol 5 num 5. It's in the letters to the editor section and comes from. TODD VERNON WARRENSBURG,MO 64093 He used DEBUG to locate the line feed spacing and corrected it. The procedure is : A>DEBUG GRAPHICS.COM -a0168 XXXX:0168 mov ax,00?? XXXX:016B -ngrprint.com -w Writing 0315 bytes -q A> In place of the ?? in line 3 I used 17 for my Okidata (mov ax,0017). Originally it was 18. Todd had a Gemini 10X and he used 0E. The editor's response said 08 worked better than 0E on their Gimini 10. So as you can see you might to experiment with it if you try this fix. I know I tried 5 or 6 times to get the right line spacing. Also note the name is changed to GRPRINT.COM in line 5. This helps me keep track of which is the original and which is modified. Ken Barklow [75216,1441] This helps me keep track of which is the original and which is modified. Ken Barklow