workspace コマンドはプロジェクト関連の設定をコントロールします。これを使用して、depth、images、iprImages、lights、renderScenes、sourceImages、textures タイプのファイルに対する目的のディレクトリを設定することができます。
// This will change the directory where // batchRender-ed images go: workspace -renderType "images" "c:/temp"; //Save the change into the workspace.mel afterwards: workspace -saveWorkspace ;