Cara membuka halaman web di vbscript

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