1 .TH IMAGEX "1" "April 2013" "@IMAGEX_PROGNAME@ @VERSION@" "User Commands"
3 @IMAGEX_PROGNAME@-join \- Join split WIMs into a standalone one-part WIM
6 \fB@IMAGEX_PROGNAME@ join\fR [\fIOPTION\fR...] \fIOUT_WIMFILE\fR \fISPLIT_WIM\fR...
10 Joins the \fISPLIT_WIMs\fR into a standalone one-part WIM \fIOUT_WIMFILE\fR.
12 All parts of the split WIM must be specified. You probably want to do so using
18 When reading each \fISPLIT_WIM\fR, verify its integrity if the integrity table is
19 present; additionally, when writing \fIOUT_WIMFILE\fR,
20 write an integrity table. If this option is not specified, no integrity table
21 is included in the new WIM file, even if there was one before.
24 Join a split WIM, with the parts named `windows*.swm' where the * is anything
25 (usually the number of the part, except for the first part which may have no
26 number), and write the joined WIM to the file `windows.wim'.
29 @IMAGEX_PROGNAME@ join windows.wim windows*.swm
33 \fB@IMAGEX_PROGNAME@ join\fR is roughly equivalent to:
36 \fB@IMAGEX_PROGNAME@ export\fR \fISWM_PART_1\fR --ref="\fISWM_GLOB\fR" [--check] all \fIOUT_WIMFILE\fR
42 .BR @IMAGEX_PROGNAME@ (1)
43 .BR @IMAGEX_PROGNAME@-export (1)