<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:oliver.brinzing@gmx.de" title="Oliver Brinzing <oliver.brinzing@gmx.de>"> <span class="fn">Oliver Brinzing</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - simple macro invoking google-chrome does not result in google-chrome execution"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123450">bug 123450</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>oliver.brinzing@gmx.de
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEEDINFO
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - simple macro invoking google-chrome does not result in google-chrome execution"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123450#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - simple macro invoking google-chrome does not result in google-chrome execution"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123450">bug 123450</a>
              from <span class="vcard"><a class="email" href="mailto:oliver.brinzing@gmx.de" title="Oliver Brinzing <oliver.brinzing@gmx.de>"> <span class="fn">Oliver Brinzing</span></a>
</span></b>
        <pre>following example works with:
Version: 6.1.5.2 (x64)
Build ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU threads: 4; OS: Windows 10.0; UI render: default; 
Locale: de-DE (de_DE); Calc: 

REM  *****  BASIC  *****
Sub Main
 Dim strURL As String
 strURL = "<a href="https://ask.libreoffice.org">https://ask.libreoffice.org</a>"
 shell("C:\Program Files\Mozilla Firefox\firefox.exe", 2, strURL, false)
 shell("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe", 2,
strURL, false)
End Sub

please have a look how the shell() function works:
<a href="https://help.libreoffice.org/6.1/en-US/text/sbasic/shared/03130500.html">https://help.libreoffice.org/6.1/en-US/text/sbasic/shared/03130500.html</a>

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the issue is still present</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>