Showing posts with label Open Link In Browser. Show all posts
Showing posts with label Open Link In Browser. Show all posts

Tuesday, February 7, 2017

VBScript Open URL in Default Browser

Option Explicit

Dim WscriptSchell
Set WscriptSchell = CreateObject("WScript.Shell")

WscriptSchell.Run "https://google.com", 9