You can use hrender in the Command Line Tools (Start > Programs > Side Effects Software > Houdini any.version > Command Line Tools) which is a command prompt with the Houdini environment set up correctly.
From your post, you should be able to do the following: hrender -e -v -f 1 92 -d beauty D1-BD-AJA-080509/1-wk/3-set/3-houd/night_news/night-news-02-6.hip If the above works for you, you should be able to put many hrender commands into a .bat file & run it.
Do hrender -h in the Command Line Tools to get more information.
Naohito steven I tried the code in Houdini command tool, but it shows that hrender is an unknow command… and I cant find any command called hrender in the help…
hrender is a csh script present in $HFS/bin directory. I've never used it on Windows but you can get pretty much the same thing without it.
As Steven said, the best is to run Houdini command line tool. Then put the serious of commands in *.bat file.
hscript my_hip_file.hip render -V /out/beaty_pass mread another_hip_file.hip render -V /out/another_beauty_pass quit # clean out for any reason hscript my_very_best.hip render….
and so on…
The same thing can be done in hython (python) like here. [sidefx.com]