⭐ in reply to How to hide/inhibit the console window when launching a Perl script on Windows?
Win32::Process::Create( $Obj, "$perl_path/perl.exe", "perl test.pl", 0, DETACHED_PROCESS, "$hs_path/scripts" ) or die ErrorReport(); [download]