start unix process from c++ win32 app
- From: ch5082 <ch5082@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 17 Aug 2005 13:25:09 -0700
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?
.
- Follow-Ups:
- Re: start unix process from c++ win32 app
- From: Eugene Gershnik
- Re: start unix process from c++ win32 app
- Prev by Date: Re: swprintf() bug in vc7?
- Next by Date: Re: swprintf() bug in vc7?
- Previous by thread: swprintf() bug in vc7?
- Next by thread: Re: start unix process from c++ win32 app
- Index(es):
Relevant Pages
|