Reagan: CreateProcess()?

Regan Heath regan at netmail.co.nz
Wed Sep 26 04:32:07 PDT 2007


okibi wrote:
> Firstly, this only works on Windows, which is ok as system() doesn't open a terminal window on Linux.
> 
> The problem is that I'm hitting a batch file. When I set the program to point to cmd.exe, it will cause a command prompt window to open to run the command, so back to square one.

What creation flags is it using?  CREATE_NO_WINDOW or DETACHED_PROCESS?
http://msdn2.microsoft.com/en-us/library/ms684863.aspx

Regan


More information about the Digitalmars-d-learn mailing list