home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #3.1 / RBBSIABOX31.cdr / hdno / grafix.txt < prev    next >
Text File  |  1990-09-29  |  2KB  |  40 lines

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