home *** CD-ROM | disk | FTP | other *** search
/ Utilities Platinum / Windows_Utilities_Platinum_Vol1.iso / editor / winbr34 / wnbrowse.txt < prev    next >
Text File  |  1993-09-23  |  33KB  |  889 lines

  1.                             WnBrowse 3.4
  2.                             ============
  3.  
  4.                         A Windows File Browser
  5.                         ======================
  6.  
  7.                                  By
  8.                                  ==
  9.  
  10.                            Nigel G. Thomas
  11.                            ===============
  12.  
  13.  
  14. Introduction
  15. ============
  16.  
  17. The standard method of viewing files under Windows is to use the provided
  18. accessory program Notepad. As a file viewer however, Notepad has a number
  19. of limitations. It can only be used for relatively small files (less than
  20. 53K), and can only view text files. When you view a file using an editor,
  21. you also run the risk of inadvertently modifying the file.
  22.  
  23. WnBrowse removes these limitations, and in addition provides MANY more
  24. facilities to make file viewing faster and easier.
  25.  
  26. Some of the highlights of WnBrowse 3.4 are :
  27.  
  28.   * Support for files of any size
  29.   * Files may be viewed in a text or hex format
  30.   * Text can be selected and copied to the clipboard
  31.   * The file or a selected portion can be printed with optional user
  32.     defined running headers/footers.
  33.   * Font selection capability
  34.   * Selectable colour schemes
  35.   * Drag and Drop file support.
  36.   * One-click operation via the Button-Bar
  37.   * Online Help
  38.   * Optional File Manager Extension.
  39.   * Can list and View the contents of ZIP files.
  40.     (Viewing Zip files requires a copy of PKUNZIP)
  41.  
  42.   **********************************************************************
  43.   *  PLEASE NOTE !                                                     *
  44.   *                                                                    *
  45.   * WnBrowse 3.4 and above will only run under Windows 3.1 and above,  *
  46.   * it will NOT run under Windows 3.0. Likewise, OS/2 2.1 is required  *
  47.   * to run WnBrowse.                                                   *
  48.   *                                                                    *
  49.   **********************************************************************
  50.  
  51. A 32 bit version of WnBrowse for use under the Windows NT system is under
  52. development. This 16 bit version has been tested successfully under the
  53. latest Beta version of Windows NT. 
  54.  
  55. Installing WnBrowse
  56. ===================
  57.  
  58. WnBrowse is distributed as eight files :
  59.  
  60.    WNBROWSE.EXE  - The WnBrowse program file
  61.    WNBROWSE.HLP  - The on-line help file
  62.    WNBROWSE.TXT  - Program documentation and registration details.
  63.    WBFXTEN.DLL   - WnBrowse File Manager extension 
  64.    WNBZIP.BAT    - DOS Command file for running PKUNZIP
  65.    WNBZIP.PIF    - PIF file for WNBZIP.BAT
  66.    BWCC.DLL      - The Borland Window Control Class DLL
  67.    README.NOW    - Information about the latest release.
  68.  
  69. (WnBrowse may also be distributed as a compressed ZIP file (WINBRW.ZIP) in
  70. which case you should use PKUNZIP to expand the file before proceeding).
  71.  
  72. 1. Install the WnBrowse files
  73.  
  74.    The Eight files above should be copied or unzipped to a directory on
  75.    your hard disk (I suggest to a new directory C:\WNBROWSE).
  76.    
  77.    You should then define WnBrowse in a suitable Program Manager group 
  78.    (refer to your Windows documentation for assistance on this procedure).
  79.   
  80. 2. Install the Borland DLL.
  81.  
  82.    The BWCC.DLL file contains a number of routines used by WnBrowse to
  83.    produce better looking dialog boxes. You may already have a copy of this
  84.    file on your system, particularly if you use Borland products. If you
  85.    have, you can continue to use your current copy, otherwise you must copy
  86.    BWCC.DLL to one of the following directories :
  87.  
  88.      * The directory that contains WNBROWSE.EXE
  89.      * Your Windows directory (usually C:\WINDOWS)
  90.      * Your Windows system directory (usually C:\WINDOWS\SYSTEM)
  91.      * Any directory contained in your DOS PATH statement.
  92.  
  93. 3. Install the WnBrowse File Manager Extension.
  94.  
  95.    The WnBrowse package includes an optional extension to the Windows
  96.    File Manager that makes browsing files even easier than drag and drop.
  97.    If you wish to install this feature, you must copy the file WBFXTEN.DLL
  98.    to your hard disk and update the File Manager control file WINFILE.INI
  99.    in your Windows directory (usually C:\WINDOWS) to contain the following
  100.    two lines.
  101.  
  102.    [AddOns]
  103.    WnBrowse=C:\wnbrowse\wbfxten.dll
  104.  
  105.    Note : (1) The path name (after the '=') must specify the full path
  106.               where WBFXTEN.DLL was copied in step 1.
  107.  
  108.           (2) If you already have a File Manager extension installed, then
  109.               there will already be an [AddOns] section. In this case,
  110.               simply add the second line after the existing [AddOns].
  111.  
  112.           (3) If you are not confident about making this change, I suggest
  113.               you save a copy of WINFILE.INI first, or better still get
  114.               the local Windows expert to help.
  115.  
  116.    When you have updated WINFILE.INI as above, you must stop and restart
  117.    the File Manager for the change to take effect.
  118.  
  119. 4. Installing the ZIP File viewing support.
  120.  
  121.    Before you can view the contents of ZIP files with WnBrowse, you must
  122.    first install the ZIP extraction utility PKUNZIP (a shareware utility
  123.    available from PKWARE Ltd).
  124.  
  125.    If PKUNZIP is installed in a directory that is NOT in your DOS PATH
  126.    statement, then you must make a change to the WNBZIP.BAT file.
  127.  
  128.    WNBZIP.BAT as shipped contains the following line :
  129.  
  130.       pkunzip %1 %2 %3 %4 %5
  131.  
  132.    If PKUNZIP.EXE is NOT in your DOS path, you must change the file to 
  133.    contain the full path to PKUNZIP. For example if PKUNZIP.EXE is in the
  134.    directory UTILS on drive C, change the contents to :
  135.  
  136.       C:\UTILS\PKUNZIP %1 %2 %3 %4 %5
  137.  
  138.    When Viewing a zipped file, WnBrowse makes a temporary copy of that
  139.    file. This copy is deleted after viewing is completed. Where WnBrowse
  140.    places these temporary files depends on the presence of a DOS 
  141.    environment variable (TEMP). If the TEMP variable is defined, then
  142.    temporary files are placed in that directory, otherwise, files are
  143.    placed in the root directory of the disk containing Windows.
  144.  
  145.    For example to place temporary files in the directory C:\TEMP, place
  146.    the following line in your AUTOEXEC.BAT file :
  147.  
  148.       SET TEMP=C:\TEMP 
  149.  
  150.    Note : Ensure that the directory named in the TEMP variable exists.
  151.    
  152.    WARNING : To ensure that you do not inadvertently overwrite files in
  153.              your root directory, it is STRONGLY recommended that you use
  154.              a temporary directory. 
  155.         
  156. ===========
  157. Please Note
  158. ===========
  159.  
  160. WnBrowse is not freeware or in the public domain, it is Shareware. You may
  161. use WnBrowse without charge for a reasonable period of time to evaluate the
  162. product. If after that time you wish to continue using WnBrowse you must
  163. register your copy using the procedure detailed at the end of this file. 
  164.  
  165. However, WnBrowse is 100% functional and contains no limitations or 'Nag'
  166. boxes.
  167.  
  168. Commands
  169. ========
  170.  
  171.   File Menu :
  172.  
  173.        Open...
  174.        -------
  175.  
  176.          Presents a File open dialog box from which the file to be browsed
  177.          can be selected.
  178.  
  179.        Save As...
  180.        ----------
  181.  
  182.          Saves the current text selection to a file of your choice selected
  183.          from the 'Save As' common dialog.
  184.  
  185.        Close File
  186.        ----------
  187.  
  188.          Closes the current file (if any) and iconizes (minimizes).
  189.  
  190.        Previous File
  191.        -------------
  192.  
  193.          Selects the previous file for browsing.
  194.  
  195.        Next File
  196.        ---------
  197.  
  198.          Selects the next file for browsing.
  199.  
  200.        Print...
  201.        --------
  202.  
  203.          Prints the current file or a selection thereof.
  204.  
  205.        Printer Setup...
  206.        ----------------
  207.  
  208.          Used to select a printer and to set printer options.
  209.  
  210.        Show Information...
  211.        -------------------
  212.  
  213.          Displays information about the current file (size,date etc).
  214.  
  215.        Exit
  216.        ----
  217.  
  218.          Exits WnBrowse.    
  219.  
  220.  
  221.   Edit Menu :
  222.  
  223.        Copy
  224.        ----
  225.  
  226.          Copies selected text to the Windows clipboard.
  227.  
  228.        Select All
  229.        ----------
  230.  
  231.          Quickly selects the entire file.
  232.  
  233.  
  234.   Search Menu :
  235.  
  236.        Find...
  237.        -------
  238.  
  239.          Searches for text within the file. The string to be searched for
  240.          can be entered as ASCII or hex characters.
  241.  
  242.        Repeat last find
  243.        ----------------
  244.  
  245.          Searches for the next occurrence of the previous find string.
  246.  
  247.        Goto...
  248.        -------
  249.  
  250.          Allows the file to be scrolled to a specified line or offset.
  251.  
  252.   View Menu :
  253.  
  254.        Text Mode
  255.        ---------
  256.  
  257.          Displays the current file in the text viewing mode (the default 
  258.          for text files).
  259.  
  260.        Hex Mode
  261.        --------
  262.  
  263.          Displays the current file in the hex viewing mode (the default for
  264.          non-text files).
  265.   
  266.        View ZIP File Contents...
  267.        -------------------------
  268.  
  269.          Displays information about the files contained within a ZIP file.
  270.  
  271.        Redisplay Zip File
  272.        ------------------
  273.  
  274.          Redisplays the Zip file that contains the file being viewed.
  275.  
  276.   Options Menu :
  277.  
  278.         Select Font... 
  279.         --------------
  280.  
  281.           Allows the font to be selected. The same font is used for both
  282.           displaying and printing the file.
  283.  
  284.         Expand Tabs
  285.         -----------
  286.  
  287.           If selected (indicated by a tick mark), any tabs in the file are
  288.           expanded when displaying and printing the file.
  289.  
  290.         Ruler
  291.         -----
  292.  
  293.           If selected, a ruler is displayed in the text viewing mode.
  294.  
  295.         Remove scroll bars
  296.         ------------------
  297.  
  298.           If selected the scroll bars (if needed) are removed. This gives
  299.           more space for file viewing by keyboard fans !
  300.  
  301.         Display status Line
  302.         -------------------
  303.  
  304.           If selected a status line is displayed giving useful status and
  305.           help information.
  306.  
  307.         Display Button Bar
  308.         ------------------
  309.  
  310.           If selected a button bar is displayed allowing one-click access
  311.           to many WnBrowse functions (see on-line help for details).
  312.  
  313.         Colours...
  314.         ----------
  315.  
  316.           Allows the WnBrowse colour scheme to be changed to match your
  317.           particular taste.
  318.  
  319.         Set Line Length...
  320.         ------------------
  321.  
  322.           Sets the length of lines displayed from non-text files in the
  323.           text viewing mode (1-255)
  324.  
  325.         Save Settings
  326.         -------------
  327.  
  328.           Saves all the WnBrowse options.
  329.  
  330.   Help Menu :
  331.  
  332.         Index
  333.         -----
  334.  
  335.           Displays the WnBrowse help index
  336.  
  337.         Keyboard
  338.         --------
  339.  
  340.           Displays help about controlling WnBrowse using the keyboard.
  341.  
  342.         Using Help
  343.         ----------
  344.  
  345.           Displays help on using Windows Help.
  346.  
  347.         About...
  348.         --------
  349.  
  350.           Displays WnBrowse version details. 
  351.  
  352.  
  353. Procedures
  354. ==========
  355.  
  356.    Selecting Files
  357.    ---------------
  358.  
  359.    There are four ways of selecting files for browsing with WnBrowse.
  360.  
  361.    1. Open command
  362.     
  363.       By selecting "Open" from the File menu or by clicking the open 
  364.       button, a dialog box is presented from which a single file can be
  365.       selected. WnBrowse also saves the names of all files contained in
  366.       the file listbox, these can be browsed by selecting the Previous or
  367.       Next file command in the File menu.
  368.  
  369.    2. Drag and Drop
  370.  
  371.       One or more files can be dragged from the File Manager and dropped
  372.       onto the WnBrowse Window or the WnBrowse ICON. To facilitate easy 
  373.       drag and dropping, the WnBrowse ICON can be kept on constant display
  374.       by selecting 'Keep ICON on top' from the WnBrowse system menu. 
  375.  
  376.    3. Command Line
  377.  
  378.       The name of the file to be browsed can be specified on the WnBrowse
  379.       command line. More than one file can be selected by using the DOS
  380.       wildcards '?' and '*'.
  381.  
  382.             WNBROWSE.EXE C:\DOCS\*.TXT
  383.  
  384.       Would select all files in the DOCS directory with a file type of TXT.
  385.  
  386.    4. WnBrowse File Manager Extension.
  387.  
  388.       If you installed the optional WnBrowse File Manager Extension, you
  389.       can browse files directly from a new File Manager menu. The extension
  390.       adds an extra menu (Browse) to the File Manager menu bar. To browse a 
  391.       file (or files), simply select the files in the usual way, and select 
  392.       'Browse Selected File(s)' from the Browse menu. The Browse menu option 
  393.       works from both the directory window and the search results window.
  394.  
  395.       If a copy of WnBrowse is not running when the Browse option is
  396.       selected, the WnBrowse File Manager extension attempts to start a 
  397.       copy. For this to work, a copy of WNBROWSE.EXE must be in a directory
  398.       contained in the DOS PATH statement.
  399.  
  400.       If you are running Windows for Workgroups, the WnBrowse extension
  401.       will add a browse button (a magnifying glass) to the toolbar. This
  402.       button can be used for even faster browsing.
  403.  
  404.       
  405.   Selecting Text
  406.   --------------
  407.  
  408.   The mouse is used to select text from the file being browsed. The
  409.   selected text is displayed in a different colour to distinguish it
  410.   from unselected text. Selected text can be copied to the Windows
  411.   clipboard (for pasting into other applications), can be printed, or
  412.   can be save to a file.
  413.  
  414.   Text is selected in the usual way by clicking the mouse at the start or
  415.   end of the required text, and dragging the mouse over the required text.
  416.   If the mouse is dragged outside the boundaries of the WnBrowse window, 
  417.   the file will be scrolled and selected.
  418.  
  419.   To speed up text selected, the keyboard can be used. For example, click
  420.   and hold the mouse at the start of the required text, then use the
  421.   Page-Down key to scroll through the file, selecting as you go.
  422.  
  423.   Note : In text mode, selection is done character by character, in hex
  424.          view mode selection is line by line.
  425.  
  426.   Viewing ZIP Files
  427.   -----------------
  428.   
  429.   WnBrowse provides limited support for displaying and viewing the 
  430.   contents of ZIP files. When a ZIP file is selected, the ZIP button 
  431.   and the 'View ZIP File Contents' menu item can be used to display the
  432.   names of included files.
  433.  
  434.   From the ZIP display dialog, you can select one of the included files
  435.   for viewing by double clicking on the required file name, or by selecting
  436.   a file and pressing the View button. WnBrowse will UNZIP the file and
  437.   display it in the WnBrowse window. Selecting 'Redisplay Zip File' or
  438.   pressing the Re-display ZIP button will redisplay the original ZIP file.
  439.  
  440.   When Windows is running in enhanced mode, files are unzipped in an 
  441.   iconized DOS window. In standard mode the unzipping will be performed
  442.   in a fullscreen DOS session.
  443.  
  444.   NOTE : ZIP Viewing is not currently supported when WnBrowse is running
  445.          under the OS/2 operating System.
  446.          
  447.          Recursive Zip viewing is not supported. That is, you cannot view
  448.          a file contained within a Zip file that is itself contained within
  449.          a Zip file. 
  450.  
  451.   Printing 
  452.   --------
  453.  
  454.   The File menu contains two commands used to control printing, the first
  455.   'Printer Setup' is used to select the required printer, and to set
  456.   printer options, such as page size. The actual options available will
  457.   vary according to the type of printer being used.
  458.  
  459.   The second print command 'Print' is used to display a dialog box from
  460.   which file printing is controlled (you can also click on the printer
  461.   button).
  462.  
  463.   The following options are available :
  464.  
  465.     * Print full file or only selected text
  466.     * Set the size of the left, top and bottom margins
  467.     * Print with or without user defined headers and footers
  468.     * Print using the default printer font
  469.     * Process embedded form feed characters.
  470.  
  471.   If the header/footer check box is clicked, the print dialog box is
  472.   expanded to allow the entry of a header and footer line to be printed at
  473.   the top and bottom of each page. Along with the text required in these 
  474.   lines, you may also include the following codes :
  475.  
  476.       &d - Prints the current date
  477.       &t - Prints the current time
  478.       &f - Prints the name of the file being printed
  479.       &p - Prints the current page number
  480.  
  481.   Note: The exact format of the time and date is dependant on the current
  482.         control panel settings.
  483.  
  484.   The slash character '/' can be used to left justify, right justify, or
  485.   centre text within the headers and footers.
  486.  
  487.   for example :
  488.  
  489.      &f/&d/Page &p
  490.  
  491.   would result in :
  492.  
  493.     wnbrowse.txt                28/08/92                    Page 1
  494.  
  495.   Page Ejects
  496.   -----------
  497.  
  498.   When printing a text file, if the Process Form Feed option is set, and if
  499.   any line contains a Form-Feed ASCII character in position one (hex '0C'),
  500.   WnBrowse will start a new page before printing that line. When printing
  501.   files that contain Form-Feeds, you should ensure that the page margins
  502.   are set to appropriate values.
  503.  
  504.   Mouse control
  505.   -------------
  506.  
  507.   While most WnBrowse functions can be controlled by either the mouse
  508.   or the keyboard, some functions are only available via the mouse. One,
  509.   text selection, has already been covered, below are the rest :
  510.  
  511.  
  512.      Popup File selection
  513.      --------------------
  514.  
  515.        When multiple files are available for browsing, a single right
  516.        click of the mouse in the WnBrowse window will produce a popup
  517.        dialog box allowing quick file selection.
  518.  
  519.      Mouse File positioning
  520.      ----------------------
  521.  
  522.        If the left mouse button is double clicked on a text line two
  523.        things take place :
  524.  
  525.          1. The line is scrolled to the top of the window.
  526.          2. The new file position is remembered by WnBrowse.
  527.  
  528.        If the right mouse button is subsequently double clicked anywhere
  529.        within the WnBrowse text window, the file is repositioned at the
  530.        point saved above. A second right button double click returns to
  531.        the previous position.
  532.  
  533.      Selecting text to search for
  534.      ----------------------------
  535.  
  536.        You can quickly find other occurrences of a text string within a
  537.        file by selecting the text you want to search for before clicking
  538.        the Find button or selecting Find from the Search menu. The selected 
  539.        text will be used as the initial string to be searched for.       
  540.  
  541.      Launch Button
  542.      -------------
  543.  
  544.        When browsing a file that has an associated program defined, you can
  545.        launch that program by clicking on the Launch button. For example,
  546.        if you click the Launch button while browsing a BMP file, the
  547.        Windows paint brush program will be launched. The associations
  548.        used by WnBrowse are defined using the Windows File Manager.
  549.  
  550.      Re-display ZIP File
  551.      ------------------
  552.  
  553.        When viewing a file contained within a ZIP file, you can re-display
  554.        the archive ZIP file by clicking on the Re-display ZIP File button.
  555.        The Zip file will be re-displayed and the Zip list dialog box shown.
  556.        
  557.      Repeat Search Button
  558.      --------------------
  559.      
  560.        The repeat search button is used to find the next or previous
  561.        occurrence of a character string within a file. If the shift key is
  562.        pressed while the repeat search button is clicked, then the search
  563.        direction is temporarily reversed.   
  564.  
  565.   
  566.   Keyboard Usage
  567.   --------------
  568.  
  569.             Key                         Usage    
  570.        ===============  =======================================
  571.  
  572.         F1              Displays the Help Index 
  573.         F3              Performs a Find Next 
  574.         ESC             Closes the file and iconizes 
  575.  
  576.         ctrl-T          Selects text view mode 
  577.         ctrl-H          Selects hex view mode 
  578.  
  579.         ctrl-M          Toggles the display of the menu 
  580.         ctrl-S          Saves the currently selected options 
  581.  
  582.         ctrl-C          Copies selected text to the clipboard 
  583.  
  584.         ctrl-Page Up    Browses the previous file 
  585.         ctrl-Page Down  Browses the next file
  586.  
  587.         Page Up         Scrolls up one window full 
  588.         Page Down       Scrolls down one window full 
  589.         Up Arrow        Scrolls up one line 
  590.         Down Arrow      Scrolls down one line 
  591.         Left Arrow      Scrolls left 8 characters 
  592.         Right Arrow     Scrolls right 8 characters 
  593.         Home            Scrolls to the top of the file 
  594.         End             Scrolls to the bottom of the file. 
  595.    
  596.  
  597.   WNBROWSE.INI options file
  598.   -------------------------
  599.  
  600.   A large number of WnBrowse options can be changed to match your exact
  601.   requirements, these include the colour scheme, default font etc. To
  602.   avoid having to reset these settings each time you start WnBrowse,
  603.   you can save these settings by using the 'Save Settings' command on
  604.   the Options menu. WnBrowse saves all the settings in a private INI file
  605.   in the Windows directory as WNBROWSE.INI. No changes are made to any of 
  606.   the Windows INI files.
  607.  
  608.   Most of the options in the wnbrowse.ini file are created when the Save
  609.   Settings option is selected. Others, such as print options, are created
  610.   when they are changed. These should therefore not be changed by other
  611.   means, such as with a text editor, doing so could cause unpredictable
  612.   behavior. 
  613.  
  614.   Options that must be entered with an editor are detailed below :
  615.  
  616.     ExitOnEsc=1 or 0 (default is 0)
  617.  
  618.       This option modifies the behaviour of the Escape key. When set to
  619.       '0' (or missing), the Escape key causes WnBrowse to close the
  620.       current file and iconize. When set to 1, the Escape key will cause
  621.       WnBrowse to Exit.
  622.  
  623.     Buffers=n         (n is 0 to 5, the default is 5)
  624.  
  625.       This option specifies how many buffers are used to store data from
  626.       files being browsed. Each buffer is approximately 30k in size. All
  627.       such buffers are freed if Windows becomes short on storage.
  628.  
  629.     MaxTextSize=n    (n is 0 to 114, the default is 12)
  630.  
  631.       This option specifies the largest file size (in megabytes) that can
  632.       be browsed in text mode. Any file larger than the specified size will
  633.       be treated as a 'non-text' file.
  634.  
  635.   Named Saved Options
  636.   -------------------
  637.  
  638.   WnBrowse also allows you to save options as named configurations, 
  639.   allowing you to specify the named configuration at run time.
  640.   To do this you must tell WnBrowse the name of the INI configuration to
  641.   use at startup. This is done by passing the required name as a command
  642.   line parameter.
  643.  
  644.          WNBROWSE.EXE -Iname
  645.  
  646.   The dash character indicates a WnBrowse parameter, the 'I' specifies that
  647.   an INI configuration name follows, 'name' can be any name you like (less
  648.   than 20 characters).
  649.  
  650.   Customizing  File Open Filters
  651.   ------------------------------
  652.  
  653.   When you select the File open command (or click the open button), the
  654.   common Windows file open dialog box is displayed. Included is a list
  655.   box (List files of type) containing file filters. You can use your
  656.   own list of filters by adding a parameter to the WnBrowse options
  657.   file (WNBROWSE.INI).
  658.  
  659.   The filter string should consist of one or more pairs of strings
  660.   separated and terminated by a unique character. For example to allow
  661.   for the selection of TXT files or INI files you would code :
  662.  
  663.     FilterSpec=Text Files (*.TXT)|*.TXT|INI Files (*.INI)|*.INI|
  664.  
  665.   You may also combine filters into a single selection by separating them
  666.   with a semicolon, for example :
  667.  
  668.     FilterSpec=Text Files (*.TXT;*.DOC)|*.TXT;*.DOC|
  669.  
  670.   The First filter in the list is used as the default. The default 
  671.   filter used by WnBrowse is :
  672.  
  673.     All Files (*.*)|*.*|Text Files (*.TXT)|*.TXT|INI Files (*.INI)|*.INI|
  674.     ZIP Files (*.ZIP)|*.ZIP|
  675.  
  676.   Note : WnBrowse does not perform any sanity checks on the supplied
  677.          string. Failure to provide a valid string will produce
  678.          unpredictable results.
  679.  
  680.   Removing WnBrowse from your system
  681.   ----------------------------------
  682.  
  683.   If after evaluating WnBrowse you decide not to register it, you must
  684.   remove it from your system. To do this delete the following files :
  685.  
  686.            WNBROWSE.EXE
  687.            WNBROWSE.HLP
  688.            WBFXTEN.DLL
  689.            WNBROWSE.TXT
  690.            WNBZIP.BAT
  691.            WNBZIP.PIF
  692.            
  693.   If you also copied the BWCC.DLL file to your hard disk, this file should
  694.   also be deleted. DON'T delete this file if you had a copy before WnBrowse
  695.   was installed ! 
  696.  
  697.   If you saved the WnBrowse settings, delete the file WNBROWSE.INI from
  698.   your Windows directory (usually C:\WINDOWS).
  699.  
  700.   If you installed the WnBrowse File Manager extension, you should remove
  701.   the appropriate line from the [Addons] section of WINFILE.INI.
  702.  
  703.  
  704. Registering WnBrowse
  705. ====================
  706.  
  707.   If you like WnBrowse enough to want to continue using it after the
  708.   evaluation period, you must register it using the procedure below. The
  709.   benefits of registration are many :
  710.  
  711.     * You will have access to free product support.
  712.  
  713.     * You will receive details of new versions of WnBrowse (and hopefully
  714.       other future products).
  715.  
  716.     * You will be able to make suggestions for improvements and (horror)
  717.       report any bugs.
  718.  
  719.     * You will enable me to continue to improve and support what I hope
  720.       is the first of many useful products.
  721.  
  722.     * If the version you are evaluating has been superseded, you will also
  723.       receive a copy of the latest version. 
  724.  
  725.   Register By Post :
  726.   ------------------
  727.  
  728.     To register by post, send your cheque, made payable to N.G.Thomas
  729.     to the following address :
  730.  
  731.           Nigel.G.Thomas.
  732.           39 Redshank Avenue,
  733.           Winsford,
  734.           Cheshire CW7 1SP,
  735.           England.
  736.   
  737.     Please send what you think WnBrowse is worth, I suggest 10 UK pounds.
  738.  
  739.     (Please note that at this time I CANNOT accept payment by credit cards,
  740.      if absolutely necessary, send cash (in Sterling))
  741.    
  742.     Include the following :
  743.  
  744.       * Your name
  745.       * Your address and telephone number.
  746.       * From where you acquired WnBrowse
  747.       * The version being evaluated.
  748.       * Required disk size 3.5 or 5.25.
  749.  
  750.       Note : A new disk will ONLY be sent if there is a newer version
  751.              of WnBrowse available.
  752.  
  753.       Any comments on the product would also be appreciated. 
  754.  
  755.   Register by CompuServe
  756.   ----------------------
  757.  
  758.     You can also register WnBrowse by using the CompuServe shareware
  759.     registration service. To access the service, logon to CompuServe and
  760.     access the SWREG service (GO SWREG). The CompuServe registration ID
  761.     for WnBrowse is 1108. 
  762.  
  763.     When you register via SWREG, the cost is a fixed 15 US dollars.
  764.   
  765.   Registering Multiple Copies
  766.   ---------------------------
  767.  
  768.     For details on registering multiple copies of WnBrowse, please contact
  769.     me at the above address. I can also be contacted on CompuServe, my ID
  770.     is 100117,1542.
  771.  
  772. The Legal Stuff
  773. ---------------
  774.  
  775.    WnBrowse is supplied as is. The author disclaims all warranties, 
  776.    expressed or implied, including, without limitation, the warranties of
  777.    merchantability and of fitness for any purpose. The author assumes no
  778.    liability for damages, direct or consequential, which may result from
  779.    the use of WnBrowse.
  780.  
  781.    WnBrowse is a "shareware program", and is provided at no charge for you
  782.    to evaluate for a reasonable period of time. You may also pass copies of
  783.    WnBrowse to friends so that they may also evaluate the product. If you 
  784.    do pass on WnBrowse, you must do so without modification, including all
  785.    of the supplied files.
  786.  
  787.    If you find WnBrowse useful and wish to continue using it, you must
  788.    register it using the procedure outlined above. Once you have registered
  789.    WnBrowse, you may continue to use this version, and ALL future versions
  790.    of WnBrowse, without further charge.
  791.   
  792.          
  793. Techi stuff + Thanks
  794. --------------------
  795.  
  796.    WnBrowse was developed on an IBM PS/2 model 70 under Windows 3.0 and
  797.    a Dell 466/T under Windows 3.1. It was written in the C language and
  798.    was compiled using the Borland C++ compiler version 3.1. 
  799.  
  800.    The ICON was provided by Arthur. Thanks Arthur !
  801.  
  802.    A number of people have contributed to the design of WnBrowse by 
  803.    providing constructive criticism and suggestions for improvements.
  804.    Thanks to all, but particularly to Tom and Jack. 
  805.  
  806. Release History
  807. ---------------
  808.  
  809.    13/05/91  1.00   Initial release
  810.    21/05/91  1.01   Allow filename to be passed as a parameter
  811.    07/06/91  1.02   Fix horizontal position when re-sizing bug
  812.                     support for Ruler display
  813.                     double-click scroll function
  814.                     Selectable font facility
  815.                     Print support
  816.    12/07/91  1.03   Fix bug in Printer support
  817.    21/08/91  1.04   Added find support
  818.    20/09/91  1.05   Force standard size of initial window
  819.                     Allow text display of hex type file
  820.                     Online help added
  821.                     Support EBCDIC translation for IBMers
  822.    17/10/91  1.06   Added clipboard support
  823.    18/11/91  1.07   Process SB_THUMBTRACK on vertical scroll
  824.                     Extend Printer support
  825.    31/01/92  2.00   Modified to use Borland Window controls (BWCC)
  826.                     Support for initial window size on startup
  827.    05/02/92  2.01   Fix to ColoursProc to avoid the dreaded UAE
  828.                     fix to put window in required place
  829.                     Support file position saving facility
  830.    13/02/92  2.02   Fix to correctly save the font type
  831.                     fix to correctly process the command line
  832.                     support for international character sets
  833.    15/02/92  2.03   Support for large files
  834.                     Support for file information display
  835.                     Support for GOTO dialog
  836.    28/02/92  2.04   Support for status line
  837.                     Fix to prevent menu options being grayed in error
  838.    05/03/92  2.05   Fix to correct selection of single line of text
  839.                     Allow named saves to be made to the ini file
  840.                     Added more status line messages
  841.                     Finally added hex search support
  842.                     Menu status (suppress/display) saved in INI file
  843.    26/03/92  2.06   Support for displaying next/prev file
  844.    24/04/92  2.07   Fixed a few small bugs
  845.                     Changed text selection to character vs line
  846.                     Added file list popup dialog
  847.                     Allow user to set non-text line length
  848.                     Add drag and drop support - 3.1 At Last !
  849.                     Added an extra colour choice - Grey
  850.    21/05/92  2.08   Improve printer setup
  851.                     Support for wild-cards in command line
  852.                     Support file printing via association (-p command)
  853.                     Support for floating ICON
  854.                     Total revamp of colour selection dialog
  855.    05/08/92  2.09   Add call to DragFinish and use 3.1 SDK
  856.    14/08/92  3.00   First shareware version 
  857.                       Added button bar
  858.                       Added Nag Box and registration Dialog
  859.    17/02/93  3.1    Second shareware version :
  860.                       Use common dialogs for file open and font selection
  861.                       Improved the look of the button bar
  862.                       Fixed a couple of well hidden bugs
  863.                       Nag Box and registration dialog removed
  864.                       ZIP File support
  865.  
  866.    22/03/93  3.2    Bug fix +
  867.                       Fixed colour dialog to work with new BWCC.DLL
  868.                       Fix Open dialog to corectly save long path names
  869.                       Allow font sizes to be saved under Windows 3.0
  870.                       Add Save As support.
  871.                       Add Select All menu command.
  872.  
  873.    02/07/93  3.3    Fixed some smallish bugs
  874.                     Support for viewing ZIP files
  875.                     Circumvent bug in WinDows NT beta.
  876.                     Added Find Scroll to Top support.
  877.                     
  878.    01/09/93  3.4    Bugs fixed
  879.                     Extended search options
  880.                     Print using default font
  881.                     Extended file information
  882.                     Size limit removed (sort of).                   
  883.  
  884.                            ----------------
  885.        
  886.    Windows is a trademark of Microsoft Corporation
  887.    PS/2 and OS/2 are trademarks of International Business Machines Ltd.
  888.    PKUNZIP is copyright PKWARE Ltd.
  889.