Workbench Command is a set of command-line tools that can be used to perform simple and complex operations within Connectome Workbench.
ZIP A SCENE FILE AND ITS DATA FILES wb_command -zip-scene-file <scene-file> - the scene file to make the zip file from <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 [-write-scene-file] - rewrite the scene file before zipping, to store a new base path or fix extra '..'s in paths that might break If zip-file already exists, it will be overwritten. If -base-dir is not specified, the base directory will be automatically set to the lowest level directory containing all files. The scene file must contain only relative paths, and no data files may be outside the base directory.