Forum

command line parame...
 
Notifications
Clear all

command line parameter

0 Posts
2 Users
0 Reactions
186 Views
(@Seanlv)
New Member
Joined: 55 years ago
Posts: 1
Topic starter  

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]


   
ReplyQuote
(@bpence)
Member Admin
Joined: 11 months ago
Posts: 1375
 

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


   
ReplyQuote
Share: