Re: start unix process from c++ win32 app
- From: ch5082 <ch5082@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 17 Aug 2005 14:14:04 -0700
Can I use these types of functions to create several processes? There could
be 1500 instances of the process.
"Eugene Gershnik" wrote:
> 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: Eugene Gershnik
- Re: start unix process from c++ win32 app
- References:
- start unix process from c++ win32 app
- From: ch5082
- Re: start unix process from c++ win32 app
- From: Eugene Gershnik
- start unix process from c++ win32 app
- Prev by Date: Re: swprintf() bug in vc7?
- Next by Date: Ensuring one instance of an app
- Previous by thread: Re: start unix process from c++ win32 app
- Next by thread: Re: start unix process from c++ win32 app
- Index(es):
Relevant Pages
|