VB and UNIX

F

Fatbob

Hi everyone!

Is it possible to use VB.NET to run a command or a script on a UNIX server
and get back the results? For example, I'd like to have my VB program
connect to my UNIX server, run an LS command and retrieve the output (and be
able to manipulate the data) from that command.

Thanks!
 
M

Mike Lowery

Fatbob said:
Hi everyone!

Is it possible to use VB.NET to run a command or a script on a UNIX server
and get back the results? For example, I'd like to have my VB program
connect to my UNIX server, run an LS command and retrieve the output (and be
able to manipulate the data) from that command.

If you're able to telnet to the UNIX host you could probably do this using
sockets.
 

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