任务单 #14241

Running a macro after a (GUI) connect
开放日期: 2008-12-09 22:55 最后更新: 1970-01-01 09:00

报告人:
(匿名)
属主:
(无)
状态:
开启
组件:
(无)
里程碑:
(无)
优先:
5 - Medium
严重性:
5 - Medium
处理结果:
文件:
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

Details

I would appreciate the following feature:

a extension to the "new connection" dialog with a checkbox "after connect run macro ..." and a combobox with some user selectable macros (just like the hosts-combo)
plus integration of this feature to the command line.

we have some devices that would require some routine procedure when logging in.
but the ip-adress would almost always be different.
So instead of 'n'-Macrofiles with only different connect statements this would help having only one general purpose macro while making use of the hosts-combo.

a different way to achieve this could be to open the "new connection" dialog from the "connect" command in a macro using a special option - i.e. a "connect /ask_the_user" or sth. similar.

searching the forum with "macro after connect" did not do what i expected it to do. :-)

任务单历史 (3/4 Histories)

2008-12-16 19:17 Updated by: (del#1144)
评论
If you want to connect with SSH, '/ask4passwd' command line option might do the trick.
2008-12-16 21:08 Updated by: None
评论
unfortunately its only plain (boring) telnet.
2008-12-16 22:54 Updated by: None
评论
Example:
inputbox 'input hostname' 'test' '192.168.1.'
host = inputstr
sprintf "%s:23 /nossh" host
conn = inputstr
connect conn
2009-01-08 16:23 Updated by: None
评论
After connect with telnet, Tera Term macro can send/receive line or characters.
See also login.ttl, the sample script.

Example:
inputbox 'input hostname' 'test' '192.168.1.'
host = inputstr
sprintf "%s:23 /nossh" host
conn = inputstr

inputbox 'input login name' 'test'
login = inputstr

inputbox 'input password' 'test'
passwd = inputstr

connect conn
; use login and passwd

Attachment File List

No attachments

编辑

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » 登录名