Hi,
i want to do telnet directly from the lotus notes form field.
Scenario: There is one field contains IP Address, there should be button or like that. when i press that button it should take IP from field and should do the telnet, as we do from command prompt.
Idea is to save time to do telnet directly from the lotus notes form. rather than the command prompt.
Thanks
Subject: Telnet option from Lotus Notes
Take a look at http://javatelnet.org/
Greetings JJR
Subject: Telnet option from Lotus Notes
how about @execute ?
Subject: RE: Telnet option from Lotus Notes
Hi,
Thanks everyone for helping me out. I have solved the problem by creating file with .bat extention and in the same file i have used the telnet command variable.
used create/open file function and then same file with .bat extension was called in code.
Thanks.