home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / TVWIN110.ZIP / README.TXT < prev    next >
Text File  |  1993-09-19  |  6KB  |  192 lines

  1.  
  2. TEXT VIEW 1.10
  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)
  24.  
  25.   * View up to 30 lines of text without vertical scrolling
  26.  
  27.   * Properly display text files that include extended ASCII code graphic
  28.       characters
  29.  
  30.   * Double space file for easier reading
  31.  
  32.   * Clean up your own text files by exposing embedded tabs and trailing
  33.       spaces
  34.  
  35.   * Print files with or without page formatting (title, page numbering, top
  36.     and bottom margins)
  37.  
  38.  
  39. Hardware and software requirements
  40. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  41.   Computer: IBM or compatible running Microsoft Windows 3.1 or higher (Not
  42.               tested with Windows 3.0 or lower)
  43.   Video:    VGA color or better (Not tested with EGA)
  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.    sub-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 sub-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. from 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.CFG
  114.   TV.EX_
  115.   TVSETUP.EXE
  116.   VBRUN200.DLL (May not be present)
  117.   VBRUN200.EXE (May not be present)
  118.  
  119.  
  120. Files installed to the Text View directory:
  121.  
  122.   3D.VBX
  123.   DEMO.TXT      Sample text file that is long enough and wide enough to
  124.                   demonstrate all of Text View's toolbar features.
  125.   ORDERFRM.EXE  Prints an order form for a registered copy of Text View.
  126.   README.TXT    This file.
  127.   TV.CFG        Stores the user selected color scheme.
  128.   TV.EXE        Text View.
  129.  
  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.110\tv c:\txtfiles\maillist.txt
  149.  
  150.   (This example assumes you have a sub-directory named TXTFILES which
  151.    stores a file named MAILLIST.TXT.)
  152.  
  153.  
  154. Association
  155. ~~~~~~~~~~~
  156. You can "associate" filename extensions with Text View.  For example, the
  157. extension "TXT" is usually associated with the Windows Notepad editor.  This
  158. means that any time you double-click a filename with a TXT extension in the
  159. Windows File Manager, Notepad automatically starts and loads the file you
  160. clicked.  If you spend more time viewing text files than you do editing
  161. them, you may wish to associate the TXT extension with Text View.  Run the
  162. File Manager for help on associating.
  163.  
  164.  
  165. Software Developers
  166. ~~~~~~~~~~~~~~~~~~~
  167. As a software developer:
  168.  
  169.   1. You MAY distribute an UNREGISTERED copy of Text View with your
  170.      applications.
  171.  
  172.   2. You MAY call an UNREGISTERED copy of Text View from within your
  173.      applications.
  174.  
  175.   3. You MAY exclude README.TXT and/or DEMO.TXT to keep your package
  176.      smaller.  You MAY merge parts of README.TXT into your own documentation
  177.      for the purpose of assisting users with Text View.
  178.  
  179.   4. You MAY NOT distribute a REGISTERED copy of Text View.
  180.  
  181.   5. You MAY NOT change any of Text View's files (other than README.TXT) in
  182.      any way other than to compress them to save space.  You MAY use your
  183.      own setup procedure to install Text View with your application.
  184.  
  185.   6. You MUST include the file ORDERFRM.EXE.
  186.  
  187.   7. You MUST include the following statement in your documentation:
  188.  
  189.      Text View is a separate product from <the name of your application>.
  190.      Registration fees for Text View should be sent directly to Celista
  191.      Software at the address listed on the Text View order form.  The order
  192.      form may be viewed and printed by running the file called ORDERFRM.EXE.