MldMerge
MldMerge is a command-line utility for merging two Multilizer Binary Dictionary (MLD) files.
Note! MldEditor also includes the fuinctionality of merging MLD files. MldMerge is used for automating the processing of MLD files.
Syntax
MldMerge <file1> <file2> [All | NewOnly | TransOnly]
File parameters:
- Both <file1> and <file2> must exist. The merged content is stored in <file2>.
Additional optional parameter:
- TransOnly overwrites existing translations in <file2> with corresponding translations in <file1>.
- NewOnly adds new lines to <file2>, if any in <file1>.
-
All (default) combines the fucntionality of TransOnly and NewOnly.
Exit codes
MldMerge returns the following exit codes:
- 0 The application was executed succesfully.
- 1 Wrong command-line parameters
- 2 Unknown optional parameter
- 11 <file1> does not exist
- 12 <file2> does not exist
- 13 <file2> is read-only
- 14 <file1> can't be opened
- 15 <file2> can't be opened
- 99 Unknown (unexpected) error
Availability
Please be in touch with sales(at)multilizer.com to get more information about this tool.
System Requirements
Recommended System Requirements:
- Windows Vista or XP
- 1 GHz CPU or higher
- 512 MB central memory
- 5 MB free hard disk space
Minimum System Requirements:
- Windows XP or 2000
- Pentium CPU or higher
- 256 MB central memory
- 1 MB free hard disk space