P
Pankaj Pimple
I am developing windows base appication in which there is
a form consists of one button control.
On clicking of that button the form will run telnet
process and connect to the another server through command
prompt.
After conecting to that server i want to do some
operations on that server for that i want to send data
from form.
For this purpose i tried to use sendkeys.send
("{ENTER}")method but it runs telnet again and again.
Can anyone help me how to run commands on cmd through
Windows form once i have started telnet process.
e.g on Command line once i have run telnet XYZ
it opens
username:
Password:
How should i provide it??
a form consists of one button control.
On clicking of that button the form will run telnet
process and connect to the another server through command
prompt.
After conecting to that server i want to do some
operations on that server for that i want to send data
from form.
For this purpose i tried to use sendkeys.send
("{ENTER}")method but it runs telnet again and again.
Can anyone help me how to run commands on cmd through
Windows form once i have started telnet process.
e.g on Command line once i have run telnet XYZ
it opens
username:
Password:
How should i provide it??