Re: start unix process from c++ win32 app
- From: "Eugene Gershnik" <gershnik@xxxxxxxxxxx>
- Date: Wed, 17 Aug 2005 13:31:14 -0700
ch5082 wrote:
> I am trying to write a win32 app that will start mulitple instances
> of an exe on UNIX. The exe is located on the backend UNIX node and
> takes several arguments. I'm wanting to build a frontend win32 app
> where the user can input the needed arguments and then kick off the
> exe on the backend UNIX machine without having to log into the UNIX
> box.
> My question is how do I start the process on UNIX. Is there simply a
> function that I can pass the location of the exe and all the
> arguments?
Check rexec and/or rsh utilities in Windows documentation. You can spawn
them using any method (system/CreateProcess/exec/spawn etc.)
--
Eugene
http://www.gershnik.com
.
- Follow-Ups:
- Re: start unix process from c++ win32 app
- From: ch5082
- Re: start unix process from c++ win32 app
- References:
- start unix process from c++ win32 app
- From: ch5082
- start unix process from c++ win32 app
- Prev by Date: Re: swprintf() bug in vc7?
- Next by Date: Re: Moving files in C++ using Windows SDK
- Previous by thread: start unix process from c++ win32 app
- Next by thread: Re: start unix process from c++ win32 app
- Index(es):
Relevant Pages
|