Using Workbench Command

Workbench Command is a set of command-line tools that can be used to perform simple and complex operations within Connectome Workbench.

Full Documentation:

Documentation Home
MAKE ROIS FROM ALL LABELS IN A CIFTI LABEL MAP
   wb_command -cifti-all-labels-to-rois
      <label-in> - the input cifti label file
      <map> - the number or name of the label map to use
      <cifti-out> - output - the output cifti file

      The output cifti file is a dscalar file with a column (map) for each
      label in the specified input map, other than the ??? label, each of which
      contains a binary ROI of all brainordinates that are set to the
      corresponding label.

      Most of the time, specifying '1' for the <map> argument will do what is
      desired.