urm merge

Merge one or more source zip files into one destination zip file.

urm {Switches} mergeSource{+ Source}{Destination} {Options}

Switches and Parameters

See urm

Options

Option

Description

-silent

Merge silently, without displaying messages.

Description

You can use the merge command to merge multiple zip files to a single destination. For example

urm merge ObjectsA.uar+ObjectsB.uar MyArchive.uar

The source files are handled one by one, in the order in which they are specified, so ObjectsB.uar is processed after ObjecsA.uar. In case of a conflict (that is, the destination file already contains an object that is also in a source file), the object in the destination file is overwritten. Thus, the objects contained by the last-processed source file overwrite existing objects.

Using urm merge

Wildcards are allowed. For example, the following command merges forms and reports from the locations specified on the $RES path to an archive file:

urm merge $RES:\frm\*+$RES:\rpt\* appui.uar:*