我正在使用 Tera Term V4.92
我创建了一个 TTL 脚本来午餐 Tera Term 并连接到 COM 端口 10
;;
;; 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 Term 午餐的窗口,标题为“MACRO - SCRIPT.TTL”
请提供任何帮助
关于 AAG