Running commands on AIX box

alfie-gee

New member
Joined
Jan 22, 2010
Messages
1
Programming Experience
5-10
The manual process I am trying to automate is logging onto an AIX box through telnet, running a unix command and manipulating the output produced by the command.

Is it possible for me to write a vb.net app on my desktop to do this?

Any pointers would be much appreciated! 
 
so if u want to execute unix command, you can use Putty software for loggin & executing commands, or you can use socket to connect 22 port ( ssh ) or any other protocols that u want to use for logging , but your commands will be executed on the remote machine , i think you can write some perl code to do it
 
Back
Top