The Join internal command can be used to join multiple files together into a single larger file. It is mainly used when you have a file that has been split into multiple parts, say for transmission via email.
Command Arguments:
Argument |
Type |
Possible values |
Description |
---|---|---|---|
(no argument) |
- |
- |
Displays the Join
Files dialog. All currently selected files will be added to
the list; you can re-order this list, remove items from it and add
additional items to it from within the
dialog. |
FROM |
/M |
<filename> ... |
Specify the files that will be joined. Remember to enclose each file in
quotes if it contains spaces. |
HERE |
/S |
(no value) |
Writes the joined file to the source folder instead of the
destination. |
TO |
/K |
<output file> |
Specifies the name of the joined
file. |