在Windows Terminal启用InterSystem Cache Terminal
在当前控制台启用本地InterSystem Cache Terminal的命令:
"c:\intersystems\cache\bin\cache.exe" -s "c:\intersystems\cache\mgr" -B -U ""
这条命令其实是命令"c:\intersystems\cache\bin\cconsole.exe" console cache
的执行结果,通过行为分析软件嗅探出来的,结尾的cache是实例名称,但是这条命令会新建窗口打开Cache终端,所以无法在Windows Terminal中使用,用嗅探出的命令测试没问题。
连接远程Terminal
直接用telnet
登录远程服务器就可以打开远程cache terminal,因为telnet localhost没效果,所以连接本地需要用上面的方法。