home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 02a / printcom.zip / PRINTCOM.DOC next >
Text File  |  1987-01-31  |  4KB  |  97 lines

  1.                      RCB Systems, Inc.
  2.                        P.O. Box 192
  3.                   Bergenfield, N.J.  07621
  4.                      January 31, 1987
  5.  
  6.  
  7. Content:
  8.  
  9.         PRINTCOM.EXE
  10.         PRINTCOM.DOC
  11.  
  12. Purpose:
  13.  
  14.         To provide an easy way to do a printer setup by
  15.         creating "COM" files which can be executed at the DOS
  16.         command line.
  17.  
  18. Syntax:
  19.  
  20.        PRINTCOM filespec
  21.                where filespec is the new name of the setup
  22.                file to be created (do not include the COM
  23.                extension).
  24.  
  25. Execution:
  26.  
  27.        When executed off the DOS line, PRINTCOM.COM will
  28.        read the filespec parameter and will proceed to create
  29.        a template with a ".DAT" extension with the sequence
  30.        code given it. The sequence codes are to be entered
  31.        individually (no stringing allowed) and there can be
  32.        any number of sequence codes inputted.
  33.  
  34.          Example:
  35.  
  36.                According to the Epson manual, the ESCAPE code
  37.          must be sent to the printer before the italic
  38.          command (27 52 or ESC 4 or CHR$27CHR$52). At the
  39.          program prompt, simply hit a "27", <ENTER>, then
  40.          a "52", then <ENTER>.  A more graphic example:
  41.  
  42.    Enter character or 2-3 digit numbers for ASCII code:> 27
  43.  
  44.    Enter character or 2-3 digit numbers for ASCII code:> 52
  45.  
  46.         The ASCII codes and decimal codes can be intermixed
  47.         as long it is done in the proper order.
  48.  
  49.    After the sequence codes have been entered just hit the
  50.    <ENTER> one more time, and you will get a message saying
  51.    that a BAT file has been created, and that you need to
  52.    have DEBUG.COM handy (on your second DOS diskette).
  53.    At that point, simply type in the name of the BAT file
  54.    and execute it.  Don't worry if there is message "Batch
  55.    file missing". It simply means that the batch file that
  56.    was created deleted itself.
  57.  
  58.  
  59. Practical applications:
  60.  
  61.         You can set up the printer any way you want by
  62.         calling a previously created COM printer file that
  63.         has been created by PRINTCOM.EXE. This can be run
  64.         in your AUTOEXEC.BAT or in any batch files leading
  65.         to your favorite word processor or from a menu of
  66.         your creation. In fact, you can even reinitialize
  67.         your printer as long as your printer supports the
  68.         reset code. (In the EPSON mode, it is the sequence
  69.         27,@)
  70.  
  71.         A fun way to start is to try out the Microprint fea-
  72.         ture I believe almost any dot-matrix printer can
  73.         support. Try the sequence:
  74.  
  75.                   27,83,0,27,15,27,51,15,27,78,6
  76.  
  77.         remembering to hit the <ENTER> key where the commas
  78.         are shown.
  79.  
  80. Request:
  81.  
  82.         This is not exactly shareware. I do believe that
  83.         shareware is, well, just that.  Aspiring artists
  84.         need to be encouraged along in their pursuit of
  85.         excellence in the software arts, and I am no ex-
  86.         ception.  All I ask is for you to drop a line
  87.         to my PO box listed above tell me how much you
  88.         like the program. If you feel that it has
  89.         improved the way you do things on the computer
  90.         and want to use it on a regular basis a
  91.         contribution of $2.00 would be appreciated.
  92.         This would pay for my time and the compiler
  93.         (Quickbasic 2.0) that I shelled out my hard-earned
  94.         dollars for.
  95.  
  96.                                Richard Baudisch Jr.
  97.