Split File Action

Description

Splits the specified file into parts (or chunks) of a fixed sized. These file pieces can make the original file easier to distribute. The pieces can later be re-joined using the Join File Action.

Declaration

<AMSPLITFILE FILE="FileName" DESTINATION="FolderName" SIZETYPE="FLOPPY" SIZE="1.44" BYTETYPE="MB" />

Example

<AMSPLITFILE FILE="C:\Documents and Settings\marie.black\My Documents\bpaserver.txt" DESTINATION="C:\Documents and Settings\marie.black\Desktop\Graphics" SIZETYPE="FLOPPY" SIZE="1.44" BYTETYPE="MB" />

General Tab Parameters

File to split: Specifies the file to split.

Folder to split files: Specifies the folder in which to put the split files.

Individual file piece size: Specifies the maximum size of each split file. The available options are:

  • Floppy Disk (1.44 MB)

  • CD-R 74-min (640 MB)

  • CD-R 80-min (700 MB)

  • DVD single layer (4.7 GB)

  • DVD double layer (8.5 GB)

  • Other

See Also

Join File, Copy File, Move File, Delete File, Delete Folder, Rename Folder