houdini_help打开方式
参考资料:https://blog.csdn.net/weixin_42579717/article/details/105518619
桌面建个bat文件把这段代码放进去保存执行,然后浏览器访问 127.0.0.2:48625
// houdini_help.bat文件内容
@echo off
if "%1" == "h" goto begin
start mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit
:begin
set HOUDINI_NO_ENV_FILE=1
"C:\Program Files\Side Effects Software\Houdini 18.0.287\bin\hhelp.exe" serve --bgindex 0 --host 127.0.0.2 --port 48625