Re: system() and no console ?
- From: roberson@xxxxxxxxxxxxxxxxxx (Walter Roberson)
- Date: Thu, 28 Jul 2005 17:46:56 +0000 (UTC)
In article <MLudnfsubu_WjHTfRVn-vA@xxxxxxxxxxx>, Bugs <dont@xxxxxxx> wrote:
>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() ?
Sorry, doesn't exist.
If it were Unix then there are techniques involving multiple shell levels
and 'nohup' -- or better yet, POSIX extensions such as setsid()
and O_NOCTTY when opening devices. But those are OS (or at least POSIX)
specific, not part of C, and I have idea what the Windows paradigm would be.
--
"This was a Golden Age, a time of high adventure, rich living and
hard dying... but nobody thought so." -- Alfred Bester, TSMD
.
- 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: system() and no console ?
- Next by Date: Re: Hints on how to migrate from C++ to C
- Previous by thread: Re: system() and no console ?
- Next by thread: Re: system() and no console ?
- Index(es):