home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / printer / gothic.arc / READ.ME < prev   
Text File  |  1988-03-04  |  702b  |  30 lines

  1.  
  2. /*
  3.  *        G o t h i c   P r i n t e r
  4.  *
  5.  *
  6.  * Compile with gottab.c
  7.  *
  8.  * Prints the arguments, if none, it prompts for an output file and
  9.  * reads stdin.
  10.  *
  11.  *    If the first argument is -h, the display is halved.
  12.  *
  13.  *    / in the text reverses the background
  14.  *
  15.  * The following characters are displayed:
  16.  *
  17.  *    #.(@!$);-,?:'"  A-Z  a-z  0-9
  18.  *
  19.  * All others become blanks.
  20.  *
  21.  * Example:    GOTHIC -H Hello World >PRN
  22.  *                    Would Print "Hello World" Full Size on 8 inch Wide Paper
  23.  *                    To The Printer    
  24.  *
  25.  *               GOTHIC Hello World >BANNER.ASC
  26.  *                    Would Print "Hello World" Full Size For 14 inch Wide Paper
  27.  *                    To A File Called Banner.Asc To Be Printed Later    
  28.  *
  29.  */
  30.