The Split internal command can be used to:
Command Arguments:
Argument |
Type |
Possible values |
Description |
---|---|---|---|
(no argument) |
- |
- |
Displays the Split File dialog, which lets you
split the selected files into parts of configurable size. The split files
are written to the destination folder by default, and will have a
numerical prefix appended to their names to indicate their
order. |
FROM |
/M |
<filename>, ... |
Specify the file or files to be split. If this argument is not
provided, all selected files in the current source file display will be
used. Remember to enclose the filename with quotes if it contains a space.
This is the default argument for the Split command and so
you don't need to specify the FROM
keyword. |
HERE |
/S |
(no value) |
Split files will be written to the current source folder instead of the
destination folder. |
SIZE |
/K |
<part size> |
Specify the size of the split parts. This argument lets you automate
the split function. The part size is given in bytes, kilobytes (if
followed by the KB suffix), megabytes (if followed by the
MB suffix) or gigabytes (if followed by the GB
suffix). |
TO |
/K |
<destination> |
Split files will be written to the specified folder instead of the
current destination file
display. |
UUENCODE |
/S |
(no value) |
Uuencodes the output files. Uuencoding is sometimes used when
transmitting files across usenet or another communications medium that
doesn't support 8-bit data. |