首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何禁用Teraterm宏对话框

如何禁用Teraterm宏对话框
EN

Stack Overflow用户
提问于 2017-01-26 17:06:38
回答 1查看 2.5K关注 0票数 0

我用的是Tera术语V4.92

我创建了一个到午餐Tera术语的TTL脚本,并连接到COM端口10

代码语言:javascript
复制
;;
;; Connection via COM port
;; 
connect '/C=10'

;;
;; The timeout limit is 1 min.
;;
timeout = 60

;;
;; Pauses until one of the timeout occurs.
;; 
;; 
waitevent 1

;;
;; Closes Tera Term
;;
closett

;;
;; Quits the execution of the macro.
;;
;;end

我的脚本运行得很好,但我想禁用一个同时使用Tera术语的窗口“宏-SCRIPT.TTL”。

有什么帮助吗?

问候AAG

EN

回答 1

Stack Overflow用户

发布于 2017-03-17 08:22:03

从你的问题中,我相信你想要么最小化,要么隐藏的宏盒。使用show命令可以很容易地做到这一点。

代码语言:javascript
复制
;;
;; Connection via COM port
;; 
connect '/C=10'
show -1

;;
;; The timeout limit is 1 min.
;;
timeout = 60

;;
;; Pauses until one of the timeout occurs.
;; 
;; 
waitevent 1

;;
;; Closes Tera Term
;;
closett

;;
;; Quits the execution of the macro.
;;
;;end

您可以在这里参考:https://ttssh2.osdn.jp/manual/en/macro/command/show.html

希望这能回答你。祝您今天愉快。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/41879004

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档