home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / textutil / read307.zip / READINIT.DOC < prev    next >
Text File  |  1993-03-21  |  3KB  |  78 lines

  1. READINIT.DOC
  2. 03/21/93
  3.  
  4. The READINIT.EXE program creates and maintains a file called READ.INI.  The
  5. READ.INI file is used to override certain defaults used by READ.EXE as well as
  6. any self-viewing file created by READMAKE.EXE.
  7.  
  8. The specific defaults that can be changed:
  9.  
  10. * Printer port:  Typically defaults to LPT1:  but can be redefined to another
  11.   port or even a file name
  12.  
  13. * Printer string for regular text:  Allows you to specify the string that will
  14.   be sent to the printer port if text is printed and all lines in the document
  15.   are 80 characters or less in length.
  16.  
  17. * Printer string for wide text:  Allows you to specify the string that will be
  18.   sent to the printer if text is printed and any lines in the document are over
  19.   80 characters in length.
  20.  
  21. * String after full document printed:  Allows you to specify what string should
  22.   be printed after a full document is printed.  This can include a page eject
  23.   character and/or printer reset information.  Defaults to /012 which is a
  24.   page eject.
  25.  
  26. * String after partial document printed:  Allows you to specify what string
  27.   should be printed after a full document is printed.  This can include a page
  28.   eject character and/or printer reset information.
  29.  
  30. * Color settings:  You can change the four color sets used while viewing
  31.   documents within the program.
  32.  
  33. The routine maintains a (short) list of printer brands and some of the more
  34. useful reset strings used for different modes.  (Ask for the HPLJ settings to
  35. get an idea.) This table can be expanded if people ask.  Contact Wayne Software
  36. at the address below; provide a list of required codes for all desirable
  37. choices.  Be reasonable with the number of choices.  In any case, you can always
  38. fill in any non-predefined codes that you want to.
  39.  
  40. READ and READMAKE-created files look for READ.INI in the following locations in
  41. the following order:
  42.  
  43.         C:\
  44.         your default subdirectory
  45.         the directory where READ.EXE or the self-viewable file was found
  46.  
  47. The READ.INI file is further described in READ.DOC.
  48.  
  49.  
  50. Syntax:
  51.  
  52.     READINIT [ /MONO | /-MONO | /COLOR | /-COLOR ] [ /-I ] [ /? ]
  53.  
  54. where:
  55.  
  56. "/MONO" or "/-COLOR" forces monochrome mode
  57.  
  58. "/-MONO" or "/COLOR" switches to color mode; the default
  59.  
  60. "/-I" skips reading READ.INI file if one found
  61.  
  62. "/?" or "/HELP" or "HELP" gives you syntactical help
  63.  
  64.  
  65. This program was written by Bruce Guthrie of Wayne Software.  It is free for use
  66. provided relevant documentation is kept with the program, no changes are made to
  67. the program or documentation, and it is not bundled with commercial programs or
  68. charged for separately.  People who need to bundle it in for-sale packages must
  69. pay a $50 registration fee to "Wayne Software" at the following address.
  70. Comments and suggestions can also be sent to:
  71.  
  72.                 Bruce Guthrie
  73.                 Wayne Software
  74.                 113 Sheffield St.
  75.                 Silver Spring, MD 20910
  76.  
  77.                 fax: (301) 588-8986
  78.