ResModifier

Usage:
  resmodifier <directory> [--ver|-v <version_info_file>] [--help|-h] [--show|-s]

All the binary resource from <directory> will be modified.
The extension for that kind of file is usually ".res".

--ver <file>    Example of <file> :
                    # Version information
                    # To keep a value untouched, just put it to "(KEEP)"
                    CompanyName=NETASQ
                    FileDescription=Sample
                    FileVersion=0.0.0
                    InternalName=sample.exe
                    LegalCopyright=(c)Copyright 2003 NETASQ
                    LegalTrademarks=(KEEP)
                    OriginalFilename=(KEEP)
                    ProductName=Sample
                    ProductVersion=alpha
                    Comments=Test purpose only

--show, -s      Just display what will be done but do not modify anything.

--help, -h      Display usage informations.
