Run Unix shell script from VB.NET

B

Bill N

I have the need to run couple Unix shell scripts (in IBM AIX box) from a
VB.NET windows app.
Please help!

Thanks a million.

Bill
 
P

Phill W.

With Process start you can start everything as long as it is reachable
and you have the rights.

Forgive me, Cor, but /which/ variant of Process.Start() launches a
process on /another/ machine?

If I read the original post correctly...

"run couple Unix shell scripts (in IBM AIX box)"

....Unix shell scripts don't tend to make much sense to a Windows machine.

Regards,
Phill W.
 
M

Michel Posseth [MCP]

You can use a proces start to invoke SSH ( like putty ) with the
commandname in the parameters...

HTH

Michel
 

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