home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 3 / Chip_Hitware_Vol_03.iso / chiphit3 / win95 / tool / wnbrowse / wnbrowse.txt < prev    next >
Text File  |  1995-10-05  |  11KB  |  276 lines

  1.                       WnBrowse 4.0 for Windows 95
  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.   * Integration with the Windows 95 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.     (Viewing Zip files requires a copy of PKUNZIP)
  43.  
  44.  
  45. Installing WnBrowse
  46. ===================
  47.  
  48. WnBrowse 4.0 is distributed as eleven files :
  49.  
  50.    SETUP.EXE     - WnBrowse installation and setup program
  51.    WNBROWSE.EXE  - The WnBrowse program file
  52.    WNBROWSE.HLP  - The on-line help file
  53.    WNBROWSE.CNT  - Help contents file
  54.    WNBROWSE.TXT  - Program documentation and registration details.
  55.    WNBZIP.BAT    - DOS Command file for running PKUNZIP
  56.    WNBZIP.PIF    - PIF file for WNBZIP.BAT
  57.    README.NOW    - Information about the latest release.
  58.    WBUNINST.EXE  - Uninstall program
  59.    WBSHEXT.DLL   - Windows 95 Shell Extension
  60.    WBFXTEN.DLL   - File Manager extension (Windows NT only)
  61.  
  62. (WnBrowse may also be distributed as a compressed ZIP file (WINBRW.ZIP) in
  63. which case you should use PKUNZIP to expand the files to a diskette or to
  64. a temporary directory on your hard disk before running SETUP).
  65.  
  66. 1. Execute the Setup program
  67.  
  68.    a. Click the Start button on the Windows 95 task bar
  69.  
  70.    b. Click the Run button on the popup menu
  71.  
  72.    c. Type A:\SETUP in the open box
  73.  
  74.              A:\SETUP
  75.  
  76.        Note : If the WnBrowse distribution files are in a directory on your
  77.               hard disk run Setup from there. For example, if the files are
  78.               in the directory TEMP on your C drive, enter :
  79.  
  80.                     C:\TEMP\SETUP
  81.  
  82.    d. Press the OK button.
  83.  
  84. 2. Specify Where to Install WnBrowse
  85.  
  86.    The Setup program will display a dialog box indicating the default location
  87.    to install WnBrowse.
  88.  
  89.    a. For Windows NT the default installation directory is WNBROWSE on the disk
  90.       that contains Windows (usually C:). If you want to install WnBrowse in a
  91.       different location, change the destination path name.
  92.  
  93.    b. For Windows 95 the default installation folder is Program Files\WNBROWSE on
  94.       the disk that contains Windows 95. If you want to install WnBrowse in a
  95.       different location, change the destination path name.
  96.  
  97.    Click the Proceed button to start the installation. If you want to cancel the
  98.    installation, click the Exit Setup button.        
  99.  
  100. 3. Install the ZIP File viewing support.
  101.  
  102.    Before you can view the contents of ZIP files with WnBrowse, you must
  103.    first install the ZIP extraction utility PKUNZIP (a shareware utility
  104.    available from PKWARE Ltd).
  105.  
  106.    If PKUNZIP is installed in a directory that is NOT in your DOS PATH
  107.    statement you must also make a change to the WNBZIP.BAT file.
  108.  
  109.    WNBZIP.BAT as shipped contains the following line :
  110.  
  111.       pkunzip %1 %2 %3 %4 %5
  112.  
  113.    If PKUNZIP.EXE is NOT in your DOS path, you must change the file to 
  114.    contain the full path to PKUNZIP. For example if PKUNZIP.EXE is in the
  115.    directory UTILS on drive C, change the contents to :
  116.  
  117.       C:\UTILS\PKUNZIP %1 %2 %3 %4 %5
  118.  
  119.    When Viewing a zipped file, WnBrowse creates a temporary copy of the
  120.    file. This copy is deleted after viewing is completed. Where WnBrowse
  121.    places these temporary files depends on the presence of a DOS 
  122.    environment variable (TEMP). If the TEMP variable is defined, then
  123.    temporary files are placed in that directory, otherwise, files are
  124.    placed in the root directory of the disk containing Windows.
  125.  
  126.    For example to place temporary files in the directory C:\TEMP, place
  127.    the following line in your AUTOEXEC.BAT file :
  128.  
  129.       SET TEMP=C:\TEMP 
  130.  
  131.    Note : Ensure that the directory named in the TEMP variable exists.
  132.    
  133.    WARNING : To ensure that you do not inadvertently overwrite files in
  134.              your root directory, it is STRONGLY recommended that you use
  135.              a temporary directory. 
  136.  
  137.         
  138. ****************************************************************************
  139. ****************************************************************************
  140. **                                                                        **
  141. **                               ===========                              **
  142. **                               Please Note                              **
  143. **                               ===========                              **
  144. **                                                                        **
  145. **  WnBrowse is not freeware or in the public domain, it is Shareware.    **
  146. **  You may use WnBrowse without charge for a reasonable period of time   **
  147. **  to evaluate the product. If after that time you wish to continue      **
  148. **  using WnBrowse you must register your copy using the procedure        **
  149. **  detailed at the end of this file.                                     **
  150. **                                                                        **
  151. **  However, WnBrowse is 100% functional and contains no limitations or   **
  152. **  'Nag' boxes.                                                          **
  153. **                                                                        **
  154. **  Please support the shareware concept, and register the products that  **
  155. **  you continue to use !                                                 **
  156. **                                                                        **
  157. ****************************************************************************
  158. ****************************************************************************   
  159.  
  160. Removing WnBrowse
  161. =================
  162.  
  163. To remove WnBrowse from your Windows 95 system, select the Add/Remove ICON
  164. from the Windows 95 control panel. WnBrowse can then be selected to be removed
  165. from a list of installed applications.
  166.  
  167. Registering WnBrowse
  168. ====================
  169.  
  170.   If you like WnBrowse enough to want to continue using it after the
  171.   evaluation period, you must register it using the procedure below. The
  172.   benefits of registration are many :
  173.  
  174.     * You will have access to free product support.
  175.  
  176.     * You will receive details of new versions of WnBrowse (and hopefully
  177.       other future products).
  178.  
  179.     * You will be able to make suggestions for improvements and (horror)
  180.       report any bugs.
  181.  
  182.     * You will enable me to continue to improve and support what I hope
  183.       is the first of many useful products.
  184.  
  185.     * If the version you are evaluating has been superseded, you will also
  186.       receive a copy of the latest version. 
  187.  
  188.   Register By Post :
  189.   ------------------
  190.  
  191.     To register by post, send your cheque, made payable to N.G.Thomas
  192.     to the following address :
  193.  
  194.           Nigel.G.Thomas.
  195.           39 Redshank Avenue,
  196.           Winsford,
  197.           Cheshire CW7 1SP,
  198.           England.
  199.   
  200.     Please send what you think WnBrowse is worth, I suggest 10 UK pounds.
  201.  
  202.     (Please note that at this time I CANNOT accept payment by credit cards,
  203.      if absolutely necessary, send cash (in Sterling))
  204.    
  205.     Include the following :
  206.  
  207.       * Your name
  208.       * Your address and telephone number.
  209.       * From where you acquired WnBrowse
  210.       * The version being evaluated.
  211.  
  212.       Note : A new disk will ONLY be sent if there is a newer version
  213.              of WnBrowse available.
  214.  
  215.       Any comments on the product would also be appreciated. 
  216.  
  217.   Register by CompuServe
  218.   ----------------------
  219.  
  220.     You can also register WnBrowse by using the CompuServe shareware
  221.     registration service. To access the service, logon to CompuServe and
  222.     access the SWREG service (GO SWREG). The CompuServe registration ID
  223.     for WnBrowse is 1108. 
  224.  
  225.     When you register via SWREG, the cost is a fixed 15 US dollars.
  226.   
  227.   Registering Multiple Copies
  228.   ---------------------------
  229.  
  230.     For details on registering multiple copies of WnBrowse, please contact
  231.     me at the above address. I can also be contacted on CompuServe, my ID
  232.     is 100117,1542.
  233.  
  234.  
  235. The Legal Stuff
  236. ---------------
  237.  
  238.    WnBrowse is supplied as is. The author disclaims all warranties, 
  239.    expressed or implied, including, without limitation, the warranties of
  240.    merchantability and of fitness for any purpose. The author assumes no
  241.    liability for damages, direct or consequential, which may result from
  242.    the use of WnBrowse.
  243.  
  244.    WnBrowse is a "shareware program", and is provided at no charge for you
  245.    to evaluate for a reasonable period of time. You may also pass copies of
  246.    WnBrowse to friends so that they may also evaluate the product. If you 
  247.    do pass on WnBrowse, you must do so without modification, including all
  248.    of the supplied files.
  249.  
  250.    If you find WnBrowse useful and wish to continue using it, you must
  251.    register it using the procedure outlined above. Once you have registered
  252.    WnBrowse, you may continue to use this version, and ALL future versions
  253.    of WnBrowse, without further charge.
  254.   
  255.          
  256. Techi stuff + Thanks
  257. --------------------
  258.  
  259.    WnBrowse was developed on an IBM PS/2 model 70 under Windows 3.0 and
  260.    a Dell 466/T under Windows 95. It was written in the C language and
  261.    was compiled using the Microsoft Visual C++ compiler version 2.2. 
  262.  
  263.    The ICON was provided by Arthur. Thanks Arthur !
  264.  
  265.    A number of people have contributed to the design of WnBrowse by 
  266.    providing constructive criticism and suggestions for improvements.
  267.    Thanks to all, but particularly to Tom and Jack. 
  268.  
  269.  
  270.  
  271.                            ----------------
  272.        
  273.    Windows is a trademark of Microsoft Corporation
  274.    PS/2 and OS/2 are trademarks of International Business Machines Ltd.
  275.    PKUNZIP is copyright PKWARE Ltd.
  276.