Как открыть веб -страницу в VBScript
Dim url
Set url= CreateObject("WScript.Shell")
url.Run "https://example.com/", 9
Jefferson
Dim url
Set url= CreateObject("WScript.Shell")
url.Run "https://example.com/", 9