I need to transfer some variable to AbsoluteTelnet.exe, such as IP ADDRESS and Port number. SO I wanna start AbsoluteTelne from command line mode. I tested "AbsoluteTelnet.exe ip_addr port_number" command with success. So is there any other parameters can be used by AbsoluteTelnet.exe? I wanna tell the program more, such as it is telnet or ssh session, of course, the more better if I can control some appearance by some parameters in command line mode. pls advise, thanks in advanced.
[size=1][ January 25, 2008, 12:28 PM: Message edited by: Brian T. Pence ][/size]
There are no other command line arguments exactly. However, you can launch the program through telnet and ssh URLS like this, which at least gives you the opportunity to specify the connection protocol.
telnet://myhost.com:port
ssh://myhost.com:port
Brian