in reply to Re: How to start default browser on Windows?
in thread How to start default browser on Windows?
So all you have to do is pass system("start /b http:.....");If the perl process is not running in a console window, then this won't work. A console window will be opened to run the shell for system(). This is before the actual command is parsed.
A perl process can be started without a console window (on MSWindows), by, for example, double-clicking a .WPL file.
|
|---|