Re: system() and no console ?



In article <bdednXxsWIgFkHTfRVn-3g@xxxxxxxxxxx>, Bugs <dont@xxxxxxx> wrote:
>I'm very new to C and am having a hard time figuring out how to pass a
>command to the underlying OS so as it doesn't keep the console window
>open. By double-clicking from Windows Explorer, I want the other
>process to just spawn and the console to close.

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.
--
Look out, there are llamas!
.



Relevant Pages

  • system() and no console ?
    ... I'm very new to C and am having a hard time figuring out how to pass a command to the underlying OS so as it doesn't keep the console window open. ... I guess that makes sense but how would I change my_command or is there an alternative to systemthat would spawn a new process and then immediately return so my application can complete and close the console? ...
    (comp.lang.c)
  • Re: hiding app window
    ... mudassir a écrit: ... i want to spawn an executable (system needs to be portable across ... win/unix), and i want to hide the window of this application(a console ... For example i want to spawn cmd.exe, and hide its console window, and ...
    (comp.unix.programmer)
  • hiding app window
    ... i want to spawn an executable (system needs to be portable across ... win/unix), and i want to hide the window of this application(a console ... For example i want to spawn cmd.exe, and hide its console window, and ...
    (comp.unix.programmer)