Extreme Logic
Software Release 3
                    "We can make this world a better place"
[Program name]
b_rename

[Short Description]
Renames multiple files by batch thus brename (Batch RENAME)

[Freeware]
THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, 
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 
FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND 
PERFORMANCE OF THE PROGRAM IS WITH YOU. 

[Bugs]
If you happen to found a bug, you can contact me at virgilio_so_jr@hotmail.com

[Enhancements]
Hmmm.. I made this program for personal use, and thought for a while that some
may need it. The current capabilty of the program suits my preference. So if
you do have some suggestions or comments please dont hesitate to email me at
virgilio_so_jr@hotmail.com

[Howto]
I think the program peaks for itself.. but let me explain some few things.

1. Method - This is just how would you want to the program to rename you file
            in other words, fast or slow! You are probably wondering why I did
            this. Its because the shell method relies on the shell. There
            may be cases that it may not work. Smal chance of happening though.
            API method uses the the system files to rename your files...
            very slow. The method is provided if one method does not work, well
            the shell method is the default method so there is no 
            hassle of changing it.
2. Spaces - It's the spaces contained in your filenames. This one is reflected in the
            "NEW NAME" list. It removes redundant spaces
            example:
            "a b c d  e f.txt" to "a b c d e f.txt"
            or you may want to remove all spaces
            "a b c d  e f.txt" to "abcdef.txt"
3. Batch File - Creates a batch file version of the process. The file is automatically 
            launched using notepad.
4. Search and Replace - searches the "NEW NAME" list and replace as you wish.

5. Filter - Filters what files to display depending on the extension.
6. Template - This where you provide a new name for the "OLD NAME" list.

[tip]
If you want the program to work with windows explorer, copy the brename executable to the "sendto" folder!
In doing this you may use the right click to send the files to brename!
              
[version history]
1.0 initial release
1.1 added command line capability (sendto folder)
1.2 fixed command line capability
1.3 fixed command line capability/deletion
