From: <jez...@ho...> - 2007-07-27 07:33:44
|
>I had a similar issue trying to launch a web browser >using system "start ..." >My workaround was to use a Win32::API call to >ShellExecuteA I also use ShellExecute - but you don't need to use Win32::API as its already in Win32::GUI. Cheers, Jez. |