Created
August 13, 2020 06:46
-
-
Save gnh1201/b1f2532de28cab51700d93f06c0b3616 to your computer and use it in GitHub Desktop.
Open web browser on WSH(Windows Scripting Host) with Javascript
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
| // requirement: https://github.com/gnh1201/welsonjs | |
| var WINLIBS = require("lib/winlibs"); | |
| WINLIBS.loadLibrary("url").call("FileProtocolHandler", [ | |
| "https://google.com" | |
| ]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment