# --------------------------------------------------------------------------------------------------
#                           Default file for the program CHGREPL2.exe
# --------------------------------------------------------------------------------------------------
# This program will search and replace a text in any Text file.
# You can choose either a single file, or a directory (for the directory you can use the file mask,
# to process only files with that exstension). 
# If you change always the same strings you can use this file default.txt to put your startup choices.
# --------------------------------------------------------------------------------------------------
#                                   Limits of the program
# --------------------------------------------------------------------------------------------------
# file size : no limit, hard drive space... only
# file number : no limit 
# directory : 10000 
# strings to search : VB limit (never tested)
#
# --------------------------------------------------------------------------------------------------
#                                       Warranties
# --------------------------------------------------------------------------------------------------
# THIS SOFTWARE, AND ALL ACCOMPANYING FILES, DATA AND MATERIALS,ARE DISTRIBUTED "AS IS" AND WITH NO 
# WARRANTIES OF ANY KIND,WHETHER EXPRESS OR IMPLIED.
# Good data processing procedure dictates that any program be thoroughly tested with non-critical data
# before relying on it. The user must assume the entire risk of using the program.
# --------------------------------------------------------------------------------------------------
#                                   Credits of the program
# --------------------------------------------------------------------------------------------------
#
#
#
#           =================================================================================
#              If you find this program useful, please send 15$ thank's a lot !!!!         
#                            Riccardo Cigola - Via E. Morosini 16                          
#                                 00153 - Rome - Italy                                     
#                               Email : rcigola@aconet.it                                   
#           =================================================================================
#   
#  
# 
# --------------------------------------------------------------------------------------------------
#                                    Customization section
# --------------------------------------------------------------------------------------------------
# The keywords are "Find     :", "Repl     :", "Drive    :", "Directory:" and "ExtToOmit:"
# after the keywords you can put the string to find and replace (if you always change
# the same string), or the initial drive and directory and the extention of the file you want to
# skip.
#
# -------------------------------------------------------------- something to search & replace
Find     :Find1
Repl     :Replace1
#
Find     :Find2
Repl     :Replace2
#
Find     :Find3
Repl     :Replace3
#
Find     :Find4
Repl     :Replace4
#
Find     :Find5
Repl     :Replace5
#
Find     :Find6
Repl     :Replace6
#
Find     :Find7
Repl     :Replace7
#
Find     :Find8
Repl     :Replace8
#
#
Drive    :C:\
#
Directory:Temp
#
# Extension of file not considered to be replaced (images, or whatever) up to 50 extentions.
ExtToOmit:gif
ExtToOmit:jpg
ExtToOmit:tif