1.

Solve : How to invoke a application from telnet?

Answer»

Hi All,
         
         I am trying to write a BATCH file which will log into a LINUX machine(after authenticating user name and password) and to invoke a application.

i have tried myself and searched in net for help......i tried different methods including the following.....

telnet 10.50.25.53 < ANIL.txt

where anil.txt contains the application to be invoked....


please help me its very urgent.....

Anil.
I have asked for this THREAD to be moved to the RELEVANT thread please wait for the response.you can't really do it like that. windows telnet client doesn't have that ability. if you want to call an applicatoin remotely , use a programming language that allows you telnet functions, eg Perl's Net:Telnet , or Python's telnetlib. etc.



Discussion

No Comment Found