http://qs321.pair.com?node_id=586504


in reply to Re^3: Invoking the Windows command line for selected directories
in thread Invoking the Windows command line for selected directories

Ah, so it's CREATE_NEW_PROCESS_GROUP. In one of my attempts I tried the same using Win32::Process instead of system(), and looking through the flags I thought DETACHED_PROCESS might do the job (it doesn't). Strange that I didn't even notice CREATE_NEW_PROCESS_GROUP.

Thanks

  • Comment on Re^4: Invoking the Windows command line for selected directories

Replies are listed 'Best First'.
Re^5: Invoking the Windows command line for selected directories
by BrowserUk (Patriarch) on Nov 28, 2006 at 16:30 UTC

    DETACHED_PROCESS is used to create processes that don't have a console. They are 'detached' from the console; think *nix-style deamon processes and win32 services (though the latter can also have a console!).

    The gory details.


    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    Lingua non convalesco, consenesco et abolesco. -- Rule 1 has a caveat! -- Who broke the cabal?
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.