telnet without sendkeys

S

s99999999s2003

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
 
K

keepITcool

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top