home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / graphics.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  2.0 KB  |  47 lines

  1. GRAPHICS [printer] [/B] [/R] 
  2.             [/C] [/F] [/LCD] [/P:port]      [not on all systems]
  3.   or
  4. GRAPHICS [printer] [filename[.ext]] [/B] [/PRINTBOX:id] [/R]    [new DOS 4.0]
  5.  
  6. GRAPHICS is an external command that allows the PrtSc command to print a copy
  7. of graphics and drawings from the screen on some dot matrix and laser printers.
  8. Not all DOS systems have (or need) this command. [Not supported in OS/2]
  9.  
  10. printer specifies a printer and ribbon combination.
  11.         printer:    implies    printer type/ribbon type:
  12.     GRAPHICS    Graphics/any (the default)
  13.     GRAPHICSWIDE    Graphics with wide paper/any
  14.     COLOR1        Color/black
  15.     COLOR4        Color/RGB
  16.     COLOR8        Color/CMY
  17.     COLORJET    Inkjet/any
  18.     COMPACT        Compact/any
  19.     THERMAL        Thermal/any
  20.  
  21. filename[.ext] specifies the printer definition file. GRAPHICS.PRO is the
  22.     default if none is specified. 
  23.  
  24. /B will print the background colors, too (on a color printer).
  25.  
  26. /C will center the screen image on the printer. [Not on all systems]
  27.  
  28. /F will rotate the screen image 90° on the printer. [Not on all systems]
  29.  
  30. /LCD will produce a better screen copy on computers with liquid crystal 
  31.     displays (LCD). [Not on all systems]
  32.  
  33. /P:port on a system with several ports limits graphic dumps to a specific 
  34.     port. <port> can be LPT1, LPT2, LPT3, or PRN. [Not on all systems]
  35.  
  36. /PRINTBOX:id or /PB:id specifies the print box size to be used for printing. 
  37.     <id> can be LCD for liquid crystal, or STD for other printers.
  38.  
  39. /R will print black as black and white as white. The default is to reverse the
  40.     colors. /R will give black letters on a white background, for example.
  41.  
  42. Normally, the PrtSc command can only print characters, not graphics, on the 
  43. printer. The GRAPHICS command does not affect the operation of text-only PrtSc 
  44. commands. On some systems the screen copy will be printed sideways. Graphics 
  45. screen printing is usually slow. If used, the GRAPHICS command should be 
  46. executed just once, preferably in the AUTOEXEC.BAT file. 
  47.