待辦事項 #14241

Running a macro after a (GUI) connect
啟用日期: 2008-12-09 22:55 最後更新: 1970-01-01 09:00

回報者:
(匿名)
負責人:
(無)
類型:
狀態:
開啟
元件:
(無)
里程碑:
(無)
優先權:
5 - 中
嚴重程度:
5 - 中
處理結果:
檔案:
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

細節

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. :-)

Ticket History (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. » 登入