B Bill N Apr 21, 2010 #1 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
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
C Cor Ligthert[MVP] Apr 23, 2010 #2 Bill, With Process start you can start everything as long as it is reachable and you have the rights. http://msdn.microsoft.com/en-us/library/system.diagnostics.process.start.aspx Success, Cor
Bill, With Process start you can start everything as long as it is reachable and you have the rights. http://msdn.microsoft.com/en-us/library/system.diagnostics.process.start.aspx Success, Cor
B Bill N Apr 24, 2010 #3 Thanks Cor; I'll look into it Bill Bill, With Process start you can start everything as long as it is reachable and you have the rights. http://msdn.microsoft.com/en-us/library/system.diagnostics.process.start.aspx Success, Cor
Thanks Cor; I'll look into it Bill Bill, With Process start you can start everything as long as it is reachable and you have the rights. http://msdn.microsoft.com/en-us/library/system.diagnostics.process.start.aspx Success, Cor
P Phill W. Apr 27, 2010 #4 With Process start you can start everything as long as it is reachable and you have the rights. Click to expand... 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.
With Process start you can start everything as long as it is reachable and you have the rights. Click to expand... 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] Apr 27, 2010 #5 You can use a proces start to invoke SSH ( like putty ) with the commandname in the parameters... HTH Michel
You can use a proces start to invoke SSH ( like putty ) with the commandname in the parameters... HTH Michel