home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / DEMON / AMSTRAD / GRAPH.ARC / PRINTPAG.DOC < prev    next >
Text File  |  1993-09-29  |  3KB  |  70 lines

  1. PRINTPAG v1.00                                   John Elliott, 6 September 1993.
  2. ================================================================================
  3.   PRINTPAG prints Stop Press page files on an Epson-compatible dot-matrix
  4. printer, a bubblejet or a daisywheel.
  5.  
  6. How to print on a dot-matrix printer or bubblejet:
  7.  
  8.   Type  PRINTPAG d:pagexxxx.pag {/M:m} {/B}
  9.  
  10.   Add a /B to the command only if you are using a bubblejet. The BJ-10e series
  11. will need to have the Alternate Graphics Mode (AGM) enabled.
  12.   The /M option selects the graphic mode used to print the picture. This should
  13. not be used with the 8256/8512/9256 matrix printers, but other printers may
  14. print a better picture with this option. For example, the Citizen 120D printer
  15. prints best with /M:7.
  16.  
  17. How to print on a daisywheel (including 9512 daisywheel on DAISY setting):
  18.  
  19.   Type  PRINTPAG d:pagexxxx.pag /C
  20.  
  21. (The /C option unfortunately distorts the picture. The paper has to be at least
  22. 13" long for the picture to fit.)
  23.  
  24. How to print on the 9512 daisywheel on MATRIX setting (or Epson-compatible
  25. printers which can't do graphics):
  26.  
  27.   Type  PRINTPAG d:pagexxxx.pag /D
  28.  
  29.  After printing, the printer will pause. To continue, press [PTR], move the
  30. bar over 'Waiting for paper' and press [-] then [EXIT].
  31.  
  32.   I strongly recommend that on the 9512 you use /D in preference to /C. The
  33. picture will be of better quality.
  34.  
  35.   On a daisywheel, the picture will take between 3¿ and 6¬ hours to print. I
  36. recommend that you print on good quality paper as the 9512 printer is rather
  37. fierce and can cut its way through thin paper!
  38.  
  39. General points:
  40. ---------------
  41.  
  42.   Stop Press page files tend to have names like PAGE7370.PAG. To find out which
  43. one you want to use, there are various strategies:
  44.  
  45. 1. Using ID.COM in PROGS.ARK:
  46.  
  47.   Type ID *.PAG. You will then see all the pages with their descriptions.
  48.  
  49. 2. Using TYPE:
  50.  
  51.   Type TYPE xxxxxxxx.PAG. The description of that particular page appears.
  52.  
  53. 3, Using PRINTPAG:
  54.  
  55.   Type the PRINTPAG command as normal. The description of the specified page
  56. will appear. If this is the right one, press Y; otherwise press N.
  57.  
  58.  
  59.   When printing has started, a progress indicator will appear. This consists of
  60. a line of >>>s, which will turn into ___s as printing progresses.
  61.  
  62.  
  63.   Pages printed with PRINTPAG do not occupy the entire A4 sheet. This is for
  64. two reasons:
  65. 1) In Stop Press, left offset=4. In PRINTPAG, left offset=0.
  66. 2) Pages printed with Stop Press will not fit on an A4 page when a bubblejet is
  67.   in use. Therefore PRINTPAG pages are shorter.
  68. ________________________________________________________________________________
  69.  
  70.