Last active
May 3, 2018 19:03
-
-
Save cuahutli/e3b57c5957c4a674c851cf5caa5d99b6 to your computer and use it in GitHub Desktop.
Open url in chrome with fullscreen mode
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
start /B wscript "run.vbs" |
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
Set oShell = CreateObject("WScript.Shell") | |
oShell.Run("chrome.exe https://uscit.me --new-window") | |
WScript.Sleep 500 | |
oShell.SendKeys "{F11}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
run.bat
andrun.vbs
at the same path.run.bat