home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / READ312.ZIP / READINIT.DOC < prev    next >
Text File  |  1993-12-02  |  4KB  |  88 lines

  1. READINIT.DOC
  2. 12/02/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. and redistribution provided relevant documentation is kept with the program, no
  67. changes are made to the program or documentation, and it is not bundled with
  68. commercial programs or charged for separately.  People who need to bundle it in
  69. for-sale packages must pay a $50 registration fee to "Wayne Software" at the
  70. following address.
  71.  
  72. Additional information about this and other Wayne Software programs can be found
  73. in the file BRUCEymm.DOC which should be included in the original ZIP file.
  74. ("ymm" is replaced by the last digit of the year and the two digit month of the
  75. release.  BRUCE312.DOC came out in December 1993.  This same naming convention
  76. is used in naming the ZIP file that this program was included in.) Comments and
  77. suggestions can also be sent to:
  78.  
  79.                 Bruce Guthrie
  80.                 Wayne Software
  81.                 113 Sheffield St.
  82.                 Silver Spring, MD 20910
  83.  
  84.                 fax: (301) 588-8986
  85.  
  86. Foreign users:  Please provide an Internet address in all correspondence.
  87.  
  88.