Comment ouvrir la page Web dans VBScript

Dim url
Set url= CreateObject("WScript.Shell")
url.Run "https://example.com/", 9
Jefferson