art3mis Posted August 24, 2016 Share Posted August 24, 2016 So I am trying to get my feet wet with Command Line tools and setting up batch renders in Windows. First I assume in windows, command line tools can be launched be clicking the hcmd.exe appp in my Houdini bin folder. I then type csh and get a # prompt, so far so good But when I type hrender -h I get a prompt to launch a text editor? I assume something is wrong in how I have Houdini configured. Can anyone help? 1 Quote Link to comment Share on other sites More sharing options...
MirrorSword Posted August 24, 2016 Share Posted August 24, 2016 I'm not sure why that's not working for you, but my own technique for running batch renders is a bit different. All of the code for hrender is actually in the file hrender.py and you can run this script with hython and it will work just like the linux command. so I just make my own hrender.cmd like so. @echo off "C:\Program Files\Side Effects Software\Houdini 15.0.347\bin\hython" "C:\Program Files\Side Effects Software\Houdini 15.0.347\bin\hrender.py" %* If I put that hrender.cmd somewhere in my system PATH env, then I can just call hrender from command prompt with out needing to use csh. So maybe try that and see if it works. Good Luck! 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.