Run Unix shell script from VB.NET

  • Thread starter Thread starter Bill N
  • Start date Start date
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
 
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.
 
You can use a proces start to invoke SSH ( like putty ) with the
commandname in the parameters...

HTH

Michel
 
Back
Top