Moves one or more disks from an online pack to a new offline pack. Syntax: SPLIT DISK= , ,. DISK= , ,. Specifies the disk ...

Moves one or more disks from an online pack to a new offline pack.  Syntax:  SPLIT DISK=[,[,...]]      DISK=[,[,...]]                  Specifies the disk or disks that will be split from the online                 pack.      NOERR       For scripting only. When an error is encountered, DiskPart                 continues to process commands as if the error did not occur.                 Without the NOERR parameter, an error causes DiskPart to exit                 with an error code.      At least one disk must be specified for this operation to succeed. The     disk(s) must be part of a pack that is currently online. The disk(s) will     be placed in a new offline pack.      You should use this command when you are moving disks in a pack from one     computer to another. This ensures that the same pack ID is not used     in more than one computer.  Example:      SPLIT DISK=1     SPLIT DISK=1,2