As the title suggests, I am looking to launch an external file (in this case an HTML file) using the OS default browser, without the perl app launching it waiting and without creating the annoying console window.
I had attempted this: system(1, "$filepath\\file.html") which launches the file without the perl app waiting, however it also creates an annoying DOS/console window until the browser is closed.
Does anyone know how to prevent this window from showing when launching from a compiled .EXE perl script? Some have suggested using Win32::Process however I cannot seem to figure out the syntax for that.
In reply to Launch file without console window by Phinix
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |