Showing posts with label Link Open. Show all posts
Showing posts with label Link Open. 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