home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / sharewar / WnBrowse / WNBROWSE.TXT < prev    next >
Text File  |  1999-10-06  |  7KB  |  186 lines

  1.                        WnBrowse 4.5 for Windows
  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 and can only
  20. view text files. When you view a file using an editor, you also run the risk
  21. 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.   * Integration with the Windows shell
  30.   * Supports long file names
  31.   * Files may be viewed in a text or hex format
  32.   * Text can be selected and copied to the clipboard, printed or
  33.     saved to a file.
  34.   * The file or a selected portion can be printed with optional user
  35.     defined running headers/footers.
  36.   * Font selection capability
  37.   * Selectable colour schemes
  38.   * Drag and Drop file support.
  39.   * One-click operation via the Tool-Bar
  40.   * Online Help
  41.   * Can list and View the contents of ZIP files.
  42.   * It's free !
  43.  
  44. Installing WnBrowse
  45. ===================
  46.  
  47. WnBrowse 4.5 is distributed as ten files :
  48.  
  49.    SETUP.EXE     - WnBrowse installation and setup program
  50.    WNBROWSE.EXE  - The WnBrowse program file
  51.    WNBROWSE.HLP  - The on-line help file
  52.    WNBROWSE.CNT  - Help contents file
  53.    WNBROWSE.TXT  - Program documentation and registration details.
  54.    WNBZIP.BAT    - DOS Command file for running PKUNZIP
  55.    WNBZIP.PIF    - PIF file for WNBZIP.BAT
  56.    README.NOW    - Information about the latest release.
  57.    WBUNINST.EXE  - Uninstall program
  58.    WBSHEXT.DLL   - Windows Shell Extension
  59.   
  60. (WnBrowse may also be distributed as a compressed ZIP file (WINBRW.ZIP) in
  61. which case you should use PKUNZIP to expand the files to a diskette or to
  62. a temporary directory on your hard disk before running SETUP).
  63.  
  64. 1. Execute the Setup program
  65.  
  66.    a. Click the Start button on the Windows 95/98 task bar
  67.  
  68.    b. Click the Run button on the popup menu
  69.  
  70.    c. Type A:\SETUP in the open box
  71.  
  72.              A:\SETUP
  73.  
  74.        Note : If the WnBrowse distribution files are in a directory on your
  75.               hard disk run Setup from there. For example, if the files are
  76.               in the directory TEMP on your C drive, enter :
  77.  
  78.                     C:\TEMP\SETUP
  79.  
  80.    d. Press the OK button.
  81.  
  82. 2. Specify Where to Install WnBrowse
  83.  
  84.    The Setup program will display a dialog box indicating the default location
  85.    to install WnBrowse. You may change the default location if required.
  86.  
  87.    Click the Proceed button to start the installation. If you want to cancel the
  88.    installation, click the Exit Setup button.        
  89.  
  90. 3. Install the ZIP File viewing support.
  91.  
  92.    WnBrowse can view the contents of ZIP files using an Internal Unzipper
  93.    or by using an external Unzipper such as PKUNZIP.
  94.  
  95.    The internal unzipper can only be used to view files compressed using
  96.    version 2.0 or greater of PKZIP (or equivalent) with the default (Deflate)
  97.    compression method.
  98.  
  99.    To view files zipped with an older Zip program or using a nonstandard
  100.    compression method, you should install PKUNZIP or equivalent.
  101.  
  102.      ---------------------------------------------------------------
  103.  
  104.    Note: If you only use the internal unzipper, the following is not
  105.          required:
  106.  
  107.    If PKUNZIP is installed in a directory that is NOT in your DOS PATH
  108.    statement you must also make a change to the WNBZIP.BAT file.
  109.  
  110.    WNBZIP.BAT as shipped contains the following line :
  111.  
  112.       pkunzip %1 %2 %3 %4 %5
  113.  
  114.    If PKUNZIP.EXE is NOT in your DOS path, you must change the file to 
  115.    contain the full path to PKUNZIP. For example if PKUNZIP.EXE is in the
  116.    directory UTILS on drive C, change the contents to :
  117.  
  118.       C:\UTILS\PKUNZIP %1 %2 %3 %4 %5
  119.  
  120.    When Viewing a zipped file, WnBrowse creates a temporary copy of the
  121.    file. This copy is deleted after viewing is completed. Where WnBrowse
  122.    places these temporary files depends on the presence of a DOS 
  123.    environment variable (TEMP). If the TEMP variable is defined, then
  124.    temporary files are placed in that directory, otherwise, files are
  125.    placed in the root directory of the disk containing Windows.
  126.  
  127.    For example to place temporary files in the directory C:\TEMP, place
  128.    the following line in your AUTOEXEC.BAT file :
  129.  
  130.       SET TEMP=C:\TEMP 
  131.  
  132.    Note : Ensure that the directory named in the TEMP variable exists.
  133.    
  134.    WARNING : To ensure that you do not inadvertently overwrite files in
  135.              your root directory, it is STRONGLY recommended that you use
  136.              a temporary directory. 
  137.  
  138. Removing WnBrowse
  139. =================
  140.  
  141. To remove WnBrowse from your system, select the Add/Remove ICON from the 
  142. Windows control panel. WnBrowse can then be selected to be removed
  143. from a list of installed applications.
  144.  
  145.  
  146. The Legal Stuff
  147. ---------------
  148.  
  149.    WnBrowse is supplied as is. The author disclaims all warranties, 
  150.    expressed or implied, including, without limitation, the warranties of
  151.    merchantability and of fitness for any purpose. The author assumes no
  152.    liability for damages, direct or consequential, which may result from
  153.    the use of WnBrowse.
  154.  
  155.    WnBrowse is a "Freeware program", and is provided at no charge for you
  156.    to use on any number of machines. You may also pass copies of WnBrowse 
  157.    to friends so that they may also use the product. If you do pass on 
  158.    WnBrowse, you must do so without modification, including all of the
  159.    supplied files.
  160.          
  161. Techi stuff + Thanks
  162. --------------------
  163.  
  164.    WnBrowse was developed on an IBM PS/2 model 70 under Windows 3.0 and
  165.    a Dell 466/T under Windows 95. Version 4.4 was tweaked on my much 
  166.    travelled Thinkpad 365.
  167.  
  168.    WnBrowse is written in the C language and was compiled using the Microsoft
  169.    Visual C++ compiler version 4.2. 
  170.  
  171.    The ICON was provided by Arthur. Thanks Arthur !
  172.  
  173.    The internal unzipping feature uses the ZLIB library.
  174.  
  175.    A number of people have contributed to the design of WnBrowse by 
  176.    providing constructive criticism and suggestions for improvements.
  177.    Thanks to all, but particularly to Tom and Jack and David. 
  178.  
  179.  
  180.  
  181.                            ----------------
  182.        
  183.    Windows is a trademark of Microsoft Corporation
  184.    PS/2 and Thinkpad are trademarks of International Business Machines Ltd.
  185.    PKUNZIP is copyright PKWARE Ltd.
  186.