Skip to content

Instantly share code, notes, and snippets.

@jtomori
Last active March 2, 2019 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtomori/f865ed53e4a9937f1f73b223c93ce028 to your computer and use it in GitHub Desktop.
Save jtomori/f865ed53e4a9937f1f73b223c93ce028 to your computer and use it in GitHub Desktop.
@echo off &&^
%RR_ROOT%\bin\win64\rrClientcommander.exe -Abortdisable &^
call \\network_share\project\pipeline\houdini\houdini_remote.bat &&^
pushd \\network_share\project &&^
cd "Production\shot\task" &&^
hbatch -c "render -Va /obj/geo1/rop_geometry1 ; quit" "project_file_v003.hipnc" > "bat\project_file_v003.hipnc.rop_geometry1.bat.log" 2>&1 &&^
move "bat\project_file_v003.hipnc.rop_geometry1.bat.log" "bat\project_file_v003.hipnc.rop_geometry1.bat.log.finished" &&^
popd &&^
%RR_ROOT%\bin\win64\rrClientcommander.exe -Enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment