home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #1 / Image.iso / cdd / winanw2 / wnbrowse / wnbrowse.txt < prev    next >
Text File  |  1994-01-06  |  37KB  |  956 lines

  1.                             WnBrowse 3.5
  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 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, printed or
  31.     saved to a file.
  32.   * The file or a selected portion can be printed with optional user
  33.     defined running headers/footers.
  34.   * Font selection capability
  35.   * Selectable colour schemes
  36.   * Drag and Drop file support.
  37.   * One-click operation via the Button-Bar
  38.   * Online Help
  39.   * Optional File Manager Extension.
  40.   * Can list and View the contents of ZIP files.
  41.     (Viewing Zip files requires a copy of PKUNZIP)
  42.  
  43.   **********************************************************************
  44.   *  PLEASE NOTE !                                                     *
  45.   *                                                                    *
  46.   * WnBrowse 3.5 and above will only run under Windows 3.1 and above,  *
  47.   * it will NOT run under Windows 3.0. Likewise, OS/2 2.1 is required  *
  48.   * to run WnBrowse, OS/2 2.0 will not do.                             *
  49.   *                                                                    *
  50.   **********************************************************************
  51.  
  52. A 32 bit version of WnBrowse for use under the Windows NT system is under
  53. development. This 16 bit version has been tested successfully under the
  54. retail version of Windows NT. 
  55.  
  56. Installing WnBrowse
  57. ===================
  58.  
  59. WnBrowse is distributed as eight files :
  60.  
  61.    WNBROWSE.EXE  - The WnBrowse program file
  62.    WNBROWSE.HLP  - The on-line help file
  63.    WNBROWSE.TXT  - Program documentation and registration details.
  64.    WBFXTEN.DLL   - WnBrowse File Manager extension 
  65.    WNBZIP.BAT    - DOS Command file for running PKUNZIP
  66.    WNBZIP.PIF    - PIF file for WNBZIP.BAT
  67.    BWCC.DLL      - The Borland Window Control Class DLL
  68.    README.NOW    - Information about the latest release.
  69.  
  70. (WnBrowse may also be distributed as a compressed ZIP file (WINBRW.ZIP) in
  71. which case you should use PKUNZIP to expand the file before proceeding).
  72.  
  73. 1. Install the WnBrowse files
  74.  
  75.    The Eight files above should be copied or unzipped to a directory on
  76.    your hard disk (I suggest to a new directory C:\WNBROWSE).
  77.    
  78.    You should then define WnBrowse in a suitable Program Manager group 
  79.    (refer to your Windows documentation for assistance on this procedure).
  80.   
  81. 2. Install the Borland DLL.
  82.  
  83.    The BWCC.DLL file contains a number of routines used by WnBrowse to
  84.    produce better looking dialog boxes. You may already have a copy of this
  85.    file on your system, particularly if you use Borland products. If you
  86.    have, you can continue to use your current copy, otherwise you must
  87.    ensure that BWCC.DLL is in one of the following directories :
  88.  
  89.      * The directory that contains WNBROWSE.EXE
  90.      * Your Windows directory (usually C:\WINDOWS)
  91.      * Your Windows system directory (usually C:\WINDOWS\SYSTEM)
  92.      * Any directory contained in your DOS PATH statement.
  93.  
  94. 3. Install the WnBrowse File Manager Extension.
  95.  
  96.    The WnBrowse package includes an optional extension to the Windows
  97.    File Manager that makes browsing files even easier than drag and drop.
  98.  
  99.    The first time you run WnBrowse after installation, you will be asked
  100.    if you wish to install the File Manager extension. If you click 'Yes',
  101.    WnBrowse will add the extension to the file manager by updating the
  102.    WINFILE.INI file. To activate the extension, you must stop and restart
  103.    File Manager.
  104.  
  105.    Note : If you indicate that you do not want the extension installed,
  106.           (by clicking the 'No' button), WnBrowse will not normally
  107.           ask again (but see WnBrowse INI options later in this file).
  108.  
  109. 4. Install the ZIP File viewing support.
  110.  
  111.    Before you can view the contents of ZIP files with WnBrowse, you must
  112.    first install the ZIP extraction utility PKUNZIP (a shareware utility
  113.    available from PKWARE Ltd).
  114.  
  115.    If PKUNZIP is installed in a directory that is NOT in your DOS PATH
  116.    statement, then you must make a change to the WNBZIP.BAT file.
  117.  
  118.    WNBZIP.BAT as shipped contains the following line :
  119.  
  120.       pkunzip %1 %2 %3 %4 %5
  121.  
  122.    If PKUNZIP.EXE is NOT in your DOS path, you must change the file to 
  123.    contain the full path to PKUNZIP. For example if PKUNZIP.EXE is in the
  124.    directory UTILS on drive C, change the contents to :
  125.  
  126.       C:\UTILS\PKUNZIP %1 %2 %3 %4 %5
  127.  
  128.    When Viewing a zipped file, WnBrowse creates a temporary copy of the
  129.    file. This copy is deleted after viewing is completed. Where WnBrowse
  130.    places these temporary files depends on the presence of a DOS 
  131.    environment variable (TEMP). If the TEMP variable is defined, then
  132.    temporary files are placed in that directory, otherwise, files are
  133.    placed in the root directory of the disk containing Windows.
  134.  
  135.    For example to place temporary files in the directory C:\TEMP, place
  136.    the following line in your AUTOEXEC.BAT file :
  137.  
  138.       SET TEMP=C:\TEMP 
  139.  
  140.    Note : Ensure that the directory named in the TEMP variable exists.
  141.    
  142.    WARNING : To ensure that you do not inadvertently overwrite files in
  143.              your root directory, it is STRONGLY recommended that you use
  144.              a temporary directory. 
  145.         
  146. ****************************************************************************
  147. ****************************************************************************
  148. **                                                                        **
  149. **                               ===========                              **
  150. **                               Please Note                              **
  151. **                               ===========                              **
  152. **                                                                        **
  153. **  WnBrowse is not freeware or in the public domain, it is Shareware.    **
  154. **  You may use WnBrowse without charge for a reasonable period of time   **
  155. **  to evaluate the product. If after that time you wish to continue      **
  156. **  using WnBrowse you must register your copy using the procedure        **
  157. **  detailed at the end of this file.                                     **
  158. **                                                                        **
  159. **  However, WnBrowse is 100% functional and contains no limitations or   **
  160. **  'Nag' boxes.                                                          **
  161. **                                                                        **
  162. **  Please support the shareware concept, and register the products that  **
  163. **  you continue to use !                                                 **
  164. **                                                                        **
  165. ****************************************************************************
  166. ****************************************************************************   
  167.  
  168.  
  169. Menu Commands
  170. =============
  171.  
  172.   File Menu :
  173.  
  174.        Open...
  175.        -------
  176.  
  177.          Presents a File open dialog box from which the file to be browsed
  178.          can be selected.
  179.  
  180.        Save As...
  181.        ----------
  182.  
  183.          Saves the current text selection to a file of your choice selected
  184.          from the 'Save As' common dialog.
  185.  
  186.        Close File
  187.