Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
i wish to telnet to a unix server, execute some commands and get the results onto excel range. I have tried opening telnet application using sendkeys but its not what i want. Any other ways or some Active X controls that might let me do this task? thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
either get yourself an windows based telnet client that supports
automation... just find some shareware you like. OR..use batchfile approach: eg. excel creates batchfile. excel starts batchfile batchfile start telnet telnet create a results/logfile batchfile create done.txt excel waiting for done.txt in delayed loop then process the resultsfile. -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam wrote : hi i wish to telnet to a unix server, execute some commands and get the results onto excel range. I have tried opening telnet application using sendkeys but its not what i want. Any other ways or some Active X controls that might let me do this task? thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can possibly use the Windows API to control Telnet - there are commands
to activate windows and to access the menus, etc. but it would take quite a bit of advanced programming to get it to work. For more information you can refer here http://msdn.microsoft.com/library/de...y_category.asp " wrote: hi i wish to telnet to a unix server, execute some commands and get the results onto excel range. I have tried opening telnet application using sendkeys but its not what i want. Any other ways or some Active X controls that might let me do this task? thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I hyperlink to a telnet session? | Excel Discussion (Misc queries) | |||
sendkeys problem for telnet | Excel Programming | |||
Starting telnet/ssh from Excel | Excel Programming | |||
How to Close Telnet Session using VBA | Excel Programming | |||
Need VB script for telnet application | Excel Programming |