Last active
February 19, 2016 14:02
-
-
Save stepankuzmin/496d7a2acaf478fdac22 to your computer and use it in GitHub Desktop.
Start bat file command with timeout
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 cmd /k "npm start" | |
| start cmd /k "TIMEOUT /T 15 /NOBREAK && "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk http://localhost:3333" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment