================================================================
Replacer tool. (Version 2.0)
Copyright (c) 2000-2003 ABF software, Inc. 
All Rights Reserved.
http://www.abf-dev.com
mailto: info@abf-dev.com
================================================================


Description
===========

Replacer is a freeware tool for converting for changing parts of files. Program replaces specified parts of files with new ones in files are matched the given mask. Replacer is a console program, so it is very useful in scripts and batch files.


How to work
===========

Usage:
  Replacer.exe Mask OldText [NewText] [/r]
  Replacer.exe Mask /cConfig [/r]
Parameters:
  Mask    - the file mask
  OldText - old part to change (\FF - hex code, #123 - decimal code)
  NewText - new part to place (Empty by default)
  Config  - configuration file name, format is "[OldText] aaaa [NewText] bbbb"
  /r      - option to process sub-folders
Examples:
  Replacer.exe c:\progs\*.rc "Version 1.0" "Version 2.0"
  Replacer.exe c:\scripts\*.pl "#13#10" "\0A"
  Replacer.exe c:\docs\*.txt /cPhrases.cfg /r


================================================================
Copyright (c) 2000-2003 ABF software, Inc. 
All Rights Reserved.
================================================================
