Re: system() and no console ?
- From: Jack Klein <jackklein@xxxxxxxxxxx>
- Date: Thu, 28 Jul 2005 12:38:41 -0500
On Thu, 28 Jul 2005 10:09:28 -0700, Bugs <dont@xxxxxxx> wrote in
comp.lang.c:
> Walter Roberson wrote:
> >
> > Anything to do with underlying OS's and console windows is outside the
> > scope of C itself. You should ask the question in a Windows newsgroup.
>
> My apologies, I'll ask in the Windows newsgroup. I thought the answer
> might be an alternative C library call instead of system() ?
> Thanks
Two things.
Try the Windows group news:comp.os.ms-windows.programmer.win32, it is
excellent and has a good traffic level and response rate.
And there is no alternative standard C library call to system(). This
is the one and only function that allows a C program to possibly
interact with other executables. All others are non-standard,
platform specific extensions. The methods you find for Windows will
not work at all on Linux or a Macintosh.
--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
.
- References:
- system() and no console ?
- From: Bugs
- Re: system() and no console ?
- From: Walter Roberson
- Re: system() and no console ?
- From: Bugs
- system() and no console ?
- Prev by Date: Re: Design question dealing with char* function
- Next by Date: Re: system() and no console ?
- Previous by thread: Re: system() and no console ?
- Next by thread: Re: system() and no console ?
- Index(es):
Relevant Pages
|