From: Bill N on 21 Apr 2010 16:43 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
From: Cor Ligthert[MVP] on 23 Apr 2010 05:08 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 N" <billn(a)jaco.com> wrote in message news:OmUi#MZ4KHA.3844(a)TK2MSFTNGP05.phx.gbl... > 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 > >
From: Bill N on 23 Apr 2010 20:03 Thanks Cor; I'll look into it Bill "Cor Ligthert[MVP]" <Notmyfirstname(a)planet.nl> wrote in message news:#dqDiSs4KHA.4888(a)TK2MSFTNGP06.phx.gbl... 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 N" <billn(a)jaco.com> wrote in message news:OmUi#MZ4KHA.3844(a)TK2MSFTNGP05.phx.gbl... > 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 > >
From: Phill W. on 27 Apr 2010 06:16 On 23/04/2010 10:08, Cor Ligthert[MVP] wrote: > "Bill N" <billn(a)jaco.com> wrote in message > news:OmUi#MZ4KHA.3844(a)TK2MSFTNGP05.phx.gbl... >> I have the need to run couple Unix shell scripts (in IBM AIX box) from a >> VB.NET windows app. >> Please help! > 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.
From: Michel Posseth [MCP] on 27 Apr 2010 16:52 You can use a proces start to invoke SSH ( like putty ) with the commandname in the parameters... HTH Michel "Bill N" <billn(a)jaco.com> schreef in bericht news:OmUi%23MZ4KHA.3844(a)TK2MSFTNGP05.phx.gbl... >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 >
|
Pages: 1 Prev: Is that a blank in your TextBox ... Next: Running an ActiveX EXE from VB2008 app |