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
ZIP A SPEC FILE AND ITS DATA FILES
   wb_command -zip-spec-file
      <spec-file> - the specification file to add to zip file
      <extract-folder> - the name of the folder created when the zip file is
         unzipped
      <zip-file> - out - the zip file that will be created

      [-base-dir] - specify a directory that all data files are somewhere
         within, this will become the root of the zipfile's directory structure
         <directory> - the directory

      [-skip-missing] - any missing files will generate only warnings, and the
         zip file will be created anyway

      If zip-file already exists, it will be overwritten.  If -base-dir is not
      specified, the directory containing the spec file is used for the base
      directory.  The spec file must contain only relative paths, and no data
      files may be outside the base directory.  Scene files inside spec files
      are not checked for what files they reference, ensure that all data files
      referenced by the scene files are also referenced by the spec file.