home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 468 / readmac.doc < prev    next >
Text File  |  1985-07-14  |  2KB  |  53 lines

  1. This program has been written so that you may download pictures created
  2. on a Macintosh (TM) computer using Macpaint (TM) and display them
  3. on the IBM as well as print them on a dot matrix printer.
  4.  
  5. The follwing hardware is required: IBM PC or XT with 128K minimum
  6.                                    Color Graphics Adapter
  7.                                    Parallel Printer Port (if printing desired)
  8.                                    Dot Matrix Printer (if printing desired)
  9.  
  10. The following commands are available:
  11.  
  12. Up arrow ----- Moves the picture up 1 pixel row (very slow)
  13. PgUp     ----- Moves the picture up 10 pixel rows (much faster)
  14. Down arrow --- Moves the picture down 1 pixel row (very slow)
  15. PgDn     ----- Moves the picture down 10 pixel rows (much faster)
  16. L        ----- Loads a new picture (you may enter filespec up to 80 char.)
  17. P        ----- Allows you to choose one of the following to print the picture
  18.                1) For an Epson series printer
  19.                2) For an NEC 8023, Apple DMP, or compatible
  20.                3) Star Gemini 10
  21.                4) Other (These print commands must be set with the 'S' command)
  22. S        ----- Set the following commands for the OTHER printer
  23.  
  24.                Set Line Spacing at 8/72 inch
  25.                Send 576 graphic characters
  26.                Set Line Spacing to 1/8 inch
  27.  
  28.        NOTE:   This Command is only neccesary if you do NOT have 1,2, or 3
  29.                in the choice of printers. Those three are set up in the
  30.                program.
  31.  
  32.        NOTE:   These commands should be entered WITHOUT the preceding
  33.                ESCape code. That will be put in by the program.
  34.                For example, if the code for 576 graphics characters is
  35.  
  36.                ESC"*";chr$(4);chr$(64);chr$(2)    (the Epson command)
  37.  
  38.                You would need to enter
  39.  
  40.                *<ALT>004<ALT>064<ALT>002<RETURN>
  41.  
  42.                The <ALT> means hold down the Alt key on the lower left
  43.                of the keyboard and while holding it press the following
  44.                three digits on the numeric keypad.
  45.  
  46.                The <RETURN> means press the return key.
  47.  
  48. E        ----- Return to DOS Command level
  49.  
  50.  
  51. **** NOTE: The file OTHER.PRT must be on the disk with READMAC.COM.
  52. 
  53.