|
MakeLang |
Makelang creates a new language segment within an existing Win32s executable. This is a new resource segment that can then be used to store translated resources. Initially this segment will be copied from the original language segment of the Win32s executable, however the segment will be marked with the specified language code.
Catalyst /Makelang lang:LanguageCode filename [, filename1 [,...]] to:DestinationFolder [ezLogFile:ezLogFile] [/write] [/open]
/Makelang |
Create a new language segment |
/lang |
Language code that signifies the language segment to create |
to:DestinationFolder |
Folder in which to store the output file containing the new language segment. |
filename, filename1 |
List of Win32s executables |
ezLogFile:ezLogFile |
The user can optionally specify a log file to which results of each Catalyst ezScript command are output. If the log file is not specified by the user or is invalid, the default log file (ezScriptBatchLog.txt in the Public location) is used. |
/write |
The command line which has been processed by Catalyst will be written into the ezScript batch log file. This will help to debug your command if something is not behaving as expected. |
/open |
Launches MS Notepad and displays the content of ezScript batch log when the command finishes. |
Create a new French resource segment in the files File1.exe and File2.exe and then store the modified files in the folder Project
Catalyst /Makelang lang:"French (France)" File1.exe File2.exe to:"C:\Project 1"