runaddagent.bat
来自「SRI international 发布的OAA框架软件」· Batch 代码 · 共 9 行
BAT
9 行
:: $Id: runAddAgent.bat,v 1.4 2003/09/08 18:26:33 giuli Exp $
:: bat file to run the AddAgent
:: The "-oaa_listen" parameter enables this agent
:: to handle requests via the (faster)
:: "direct_connect" mechanism.
set PATH=%PATH%;..\..\..\lib\win32\
.\win32\AddAgent.exe -oaa_listen "tcp(localhost,3331)"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?