Last active
December 28, 2016 16:12
-
-
Save binki/3b0fc2fc1375d10454dcfb9837193cf3 to your computer and use it in GitHub Desktop.
Launch a URI on Windows with JScript host
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var objShell = WScript.CreateObject('WScript.Shell'); | |
objShell.Run('http://turbo.coffee'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment