Microsoft SDK for Java

Resmerge

The Win32 Resource File Merging Utility (resmerge) combines multiple Microsoft® Win32® resource (.res) files into a single file.

Use the following command to run resmerge:

resmerge [-a] <targetfile> <resourcefile> <resourcefile>

Resmerge Command-Line Arguments

targetfile The primary resource file that other resource files will be appended to.
resourcefile Additional resource files that are appended to the target file.

Resmerge Command-Line Options

-a Appends the specified resource files to the first named resource file (the target file).

© 1999 Microsoft Corporation. All rights reserved. Terms of use.