home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL2 / TXTVU120.ZIP / README.TXT < prev    next >
Text File  |  1993-12-24  |  7KB  |  202 lines

  1.  
  2. TEXT VIEW 1.20
  3. ~~~~~~~~~~~~~~
  4. Author: Michael Fenemore - Celista Software
  5.  
  6. Text View is a utility for viewing DOS text files (ASCII files) in
  7. MS-Windows.
  8.  
  9.  
  10. Features
  11. ~~~~~~~~
  12.   * Text View is not an editor, so files can't be accidentally changed
  13.  
  14.   * Reports: Total bytes
  15.              Total lines
  16.              Total columns
  17.              Current line number
  18.              Current column number
  19.  
  20.   * Use the toolbar to navigate through files easily
  21.  
  22.   * View up to 80 characters per line without horizontal scrolling (The
  23.       Windows Notepad editor limits the view to 76 characters in 640 x 480
  24.       screen resolution).
  25.  
  26.   * View up to 30 lines of text without vertical scrolling
  27.  
  28.   * Properly display text files that include extended ASCII code graphic
  29.       characters
  30.  
  31.   * Double space file for easier reading
  32.  
  33.   * Clean up your own text files by exposing embedded tabs and trailing
  34.       spaces
  35.  
  36.   * Print files with or without page formatting (title, page numbering, top
  37.     and bottom margins)
  38.  
  39.  
  40. Hardware and software requirements
  41. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  42.   Computer: IBM or compatible running Microsoft Windows 3.1
  43.   Video:    VGA color or better, supports all screen resolutions
  44.   Other:    Mouse required
  45.             VBRUN200.DLL required (see below)
  46.  
  47.  
  48. Installing Text View
  49. ~~~~~~~~~~~~~~~~~~~~
  50. ----------------
  51. Pre-installation
  52. ----------------
  53.  
  54. If you have a copy of VBRUN200.DLL in your WINDOWS\SYSTEM directory, then
  55. skip this section and continue at the sub-heading "Installation".
  56.  
  57. Text View requires the file named VBRUN200.DLL to be copied into your
  58. WINDOWS\SYSTEM directory BEFORE running the install program.  This file may
  59. not be present with the copy of Text View you have aquired.  If it is, use
  60. the DOS COPY command or the Windows File Manager to copy it.
  61.  
  62. Example:
  63.  
  64.                copy  a:\vbrun200.dll  c:\windows\system
  65.  
  66.  
  67. VBRUN200.DLL may instead be present in compressed form as VBRUN200.EXE.
  68. This is a self-extracting file that must be expanded into the WINDOWS\SYSTEM
  69. directory.  VBRUN200.DLL is created by running VBRUN200.EXE.  The expansion
  70. operation must be executed from DOS.  (See instructions below.)
  71.  
  72. If VBRUN200.DLL is not present in either form, then it will have to be
  73. aquired from another source.  Check your usual sources for shareware.
  74.  
  75.  
  76. Creating VBRUN200.DLL from DOS
  77. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  78.  
  79. 1. Set the current default directory to your WINDOWS\SYSTEM directory.
  80.    The following is most likely what you need to type:
  81.  
  82.                c:
  83.                cd c:\windows\system
  84.  
  85. 2. Specify the location (path) for VBRUN200.EXE followed by the the command
  86.    to run it.  If VBRUN200.EXE is stored on a diskette in drive A:, in a
  87.    directory called TEXTVIEW, type:
  88.  
  89.                a:\textview\vbrun200
  90.  
  91. These commands assume:
  92.  
  93.   1. That your copy of Windows is on drive C:
  94.   2. That you are installing Text View from a diskette in drive A: where
  95.      VBRUN200.EXE is stored in a directory called TEXTVIEW.
  96.  
  97.  
  98. ------------
  99. Installation
  100. ------------
  101.  
  102. Text View must be installed from Windows, not DOS.  To install Text View
  103. using the Windows File Manager, select the directory where the compressed
  104. Text View files are stored and double click the file called TVSETUP.EXE.
  105.  
  106. Files before installation:
  107.  
  108.   3D.VB_
  109.   DEMO.TX_
  110.   ORDERFRM.EX_
  111.   README.TXT
  112.   SETUPKIT.DLL
  113.   TV.EX_
  114.   TVSETUP.EXE
  115.   VBRUN200.DLL (May not be present)
  116.   VBRUN200.EXE (May not be present)
  117.  
  118.  
  119. Files installed to the Text View directory:
  120.  
  121.   3D.VBX
  122.   DEMO.TXT      Sample text file that is long enough and wide enough to
  123.                   demonstrate all of Text View's toolbar features.
  124.   ORDERFRM.EXE  Prints an order form for a registered copy of Text View.
  125.   README.TXT    This file.
  126.   TV.EXE        Text View.
  127.  
  128.   Text View creates a file called TEXTVIEW.INI and stores it in the Windows
  129.     directory.
  130.  
  131. Optional Command Line
  132. ~~~~~~~~~~~~~~~~~~~~~
  133. After installation, you can change Text View's command line to load a
  134. particular file on start up if you wish.  In the Windows Program Manager:
  135.  
  136.   Click (not double click) Text View's icon so its caption is highlighted,
  137.   then choose the following:
  138.  
  139.     File
  140.     Properties...
  141.     Command line:
  142.  
  143.   At the end of the command line, add a space, then the drive, path and
  144.     filename.
  145.  
  146.   Command line syntax: TV [[drive:][path]filename]
  147.  
  148.   Example: c:\textview.120\tv c:\txtfiles\maillist.txt
  149.  
  150.   (This example assumes you have a directory named TXTFILES which
  151.    stores a file named MAILLIST.TXT.)
  152.  
  153.  
  154. Large Fonts
  155. ~~~~~~~~~~~
  156. Text View uses the Windows "Terminal" font so that extended ASCII code
  157. graphic characters will be displayed properly.  An error can occur if you
  158. have used your video card software to display "large fonts".  Using large
  159. fonts causes other problems for Text View as well.  If you are using large
  160. fonts, use your video card software to reset Windows to use "normal fonts".
  161.  
  162.  
  163. Association
  164. ~~~~~~~~~~~
  165. You can "associate" filename extensions with Text View.  For example, the
  166. extension "TXT" is usually associated with the Windows Notepad editor.  This
  167. means that any time you double-click a filename with a TXT extension in the
  168. Windows File Manager, Notepad automatically starts and loads the file you
  169. clicked.  If you spend more time viewing text files than you do editing
  170. them, you may wish to associate the TXT extension with Text View.  Run the
  171. File Manager for help on associating.
  172.  
  173.  
  174. Software Developers
  175. ~~~~~~~~~~~~~~~~~~~
  176. As a software developer:
  177.  
  178.   1. You MAY distribute an UNREGISTERED copy of Text View with your
  179.      applications.
  180.  
  181.   2. You MAY call an UNREGISTERED copy of Text View from within your
  182.      applications.
  183.  
  184.   3. You MAY exclude README.TXT and/or DEMO.TXT to keep your package
  185.      smaller.  You MAY merge parts of README.TXT into your own documentation
  186.      for the purpose of assisting users with Text View.
  187.  
  188.   4. You MAY NOT distribute a REGISTERED copy of Text View.
  189.  
  190.   5. You MAY NOT change any of Text View's files (other than README.TXT) in
  191.      any way other than to compress them to save space.  You MAY use your
  192.      own setup procedure to install Text View with your application.
  193.  
  194.   6. You MUST include the file ORDERFRM.EXE.
  195.  
  196.   7. You MUST include the following statement in your documentation:
  197.  
  198.      Text View is a separate product from <the name of your application>.
  199.      Registration fees for Text View should be sent directly to Celista
  200.      Software at the address listed on the Text View order form.  The order
  201.      form may be viewed and printed by running the file called ORDERFRM.EXE.
  202.