-d * // all dialogs, available in both export and import modes
-d {dialog} // specific dialog, available in both export and import modes
-s * * // all strings, available in import mode
-s {table} {column} // specific table column, available in export mode
-x // no binary data, available in export mode
-c {database} // save to new database, available in export and import modes
The -d {dialog} option can be specified up to 32 times on the command line.
The -s {table} {column} option can be specified up to 32 times on the command line.
The -d * option cannot be used with the -d {dialog} option.
The tool does not automattically create a compiled resource file (.res). Use the following command to create it. RC.EXE is availabe with Microsoft Visual Studio and is the resource compiler.
rc.exe {resource file}
For import, the tool requires that the localized compiled resource file (.res) be linked into a dynamic link library (.dll). Use the following command to create it. LINK.EXE is available with Microsoft Visual Studio and is the linker.