Skip to content

Instantly share code, notes, and snippets.

@binki
Last active December 28, 2016 16:12
Show Gist options
  • Save binki/3b0fc2fc1375d10454dcfb9837193cf3 to your computer and use it in GitHub Desktop.
Save binki/3b0fc2fc1375d10454dcfb9837193cf3 to your computer and use it in GitHub Desktop.
Launch a URI on Windows with JScript host
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