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