.pass

来自「支持X/YModem和cis_b+协议的串口通讯程序」· PASS 代码 · 共 55 行

PASS
55
字号
#.pass   This script should be protected, it has all your passwords!debug "off"	# prevent screen echoing of the password!pause 2if SERVICE eq "unixforum"then	set cfile "uni"	set auto "on"	set cis "on"	transmit "72160.1341/go:unixforum\\harsh#words^M"	exitfiif SERVICE eq "scoforum"then	set cfile "sco"	set auto "on"	set cis "on"	transmit "72160.1341/go:scoforum\\harsh#words^M"	exitfiif SERVICE eq "mail"then	set cfile "email"	set auto "on"	set cis "off"	transmit "72160.1341/go:mail\\harsh#words^M"	exitfiif SERVICE eq "cis"then	set cfile "cis"	#set auto "on"	set cis "off"	transmit "72160.1341\\harsh#words^M"	exitfiif SERVICE eq "jpr"then	transmit "jpr^M"	waitfor "word:"	transmit "enTHuse^M"fiif SERVICE eq "root"then	transmit "root^M"	waitfor "word:"	transmit "up&down"fi

⌨️ 快捷键说明

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