Re: system() and no console ?



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
.