delpassw.ttl

来自「ttermpro:一个非常不错的TELNET 仿真软件。」· TTL 代码 · 共 8 行

TTL
8
字号
; Sample macro for Tera Term
;  Delete a password in the password file

yesnobox 'Do you really want to delete your password?' 'Tera Term'
if result then
  delpassword 'password.dat' 'mypassword'
  messagebox 'Password is deleted.' 'Tera Term'
endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?