

  -----------------------------
  --  FIND AND REPLACE 2000  --
  -----------------------------

    A handy utility that can find
    and replace text in multiple files!

  -----------------------------
  - Program written by David VanHook
  - October 20 something, 1999
  - Updated September, 2000
  -----------------------------

  
  Description
  ---------------------------------
  This program will find and then replace
  a string of text in the selected files.
  The undo button will restore the files to
  their original condition. Frequently used
  folders can be added to a combo box where
  they will be stored to save you a few clicks.
  To install the program, click on SETUP.EXE.

  IMPORTANT:
  The VB6 runtime files needed for this program can be found at
  this URL:  http://www.simtel.net/simtel.net/win95/dll.html

 

  How to use this program:
  ---------------------------------
  1) General Instructions:

     Select the directory containing the files you wish to
     edit by double-clicking on the folder.  Click on the file
     or files to be searched, enter the string you wish to find,
     enter the string you wish it to be replaced with and click
     the replace button.  If you made a mistake and want to undo
     your last replace, just click the Undo button and the files
     will be restored to their original condition.  If you right-click
     on the form, a menu will popup with some options.  Right-clicking
     on a file or folder will bring up a menu listing various options
     that are available for them.




  2) Additional Instructions:

     When right-clicking on the file listbox, which is located
     under the "Files to edit:" caption, you will bring up a
     context menu containing these options:


      |Properties| - This will bring up a message box stating
                     the name of the selected file
                     and it's file size in bytes.  


     |View source| - This will load the selected file into a form
                     so you can view and/or edit the content.



            |Open| - This will open the selected file
                     with its default program.



          |Rename| - This will allow you to rename
                     the selected file.



          |Delete| - This will allow you to delete the selected file.
                     A confirmation box will popup to verify that
                     you want to delete the file.



     When right-clicking on the directory listbox, which is located
     under the "Directories:" caption, you will bring up a
     context menu containing these options:


      |New Folder| - This will allow you to create a new folder.  



          |Rename| - This will allow you to rename the selected folder.



          |Delete| - This will allow you to delete the selected folder.
                     Any subfolders and files contained in the folder
		     will be deleted.




  Contact me:
  ---------------------------------
  Any questions or comments you have
  are important to me so send them in!
  E-Mail : zombiehead@earthlink.net
  Website: http://home.earthlink.net/~zombiehead/




  Disclaimer:
  ---------------------------------
  This software is provided as is, without
  warranty of any kind.  The author shall
  not be liable for damages of any kind.
  Use of this software indicates you agree to this.
  This program is freeware, feel free to distribute
  it however you wish.



  ---------------------
  -- Find/Replace 2000
  -- Version 3.0 
  ---------------------

