lnlidawei

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

 help with browser(win)

 

 

 

 

一、基本脚本

 

  1、houdinihelp.bat:开启服务“hwebserver”,可以使用浏览器查看houdini的帮助文档,访问网址:http://localhost:8080/

 1 @echo off
 2 
 3 
 4 rem    file_name = houdinihelp.bat
 5 rem    function = open hwebserver
 6 rem    browser = http://localhost:8080/
 7 
 8 
 9 g:
10 
11 cd .\tmpWorkspaces
12 
13 dir
14 
15 "D:\vfx\sidefx\195435\bin\hhelp.exe"  serve  --bgindex=true

 

  2、helpclose.bat:关闭服务“hwebserver”

1 @echo off
2 
3 rem        file_name = helpclose.bat
4 rem        function = close hwebserver
5 
6 taskkill /f /t /im hhelp.exe

 

 

 

 

二、使用方法:

 

  1、启动服务“hwebserver”:鼠标双击脚本“houdinihelp.bat”

 

  2、关闭服务“hwebserver”:鼠标双击脚本“helpclose.bat”

 

 

 

 

三、相关图片

 

  1、houdinihelp.bat  脚本图片:

 

 

 

  2、helpclose.bat  脚本内容

 

 

  3、hwebserver服务运行图片

 

 

  4、网页浏览"houdini help"

 

 

 

posted on 2022-11-30 18:35  lnlidawei  阅读(80)  评论(0编辑  收藏  举报