filo_caspar/openbrowser.bat

9 lines
197 B
Batchfile
Raw Normal View History

2018-06-26 19:54:51 +00:00
:start
timeout 3
curl localhost:3000
IF %errorlevel% NEQ 0 GOTO :start
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --start-fullscreen http://localhost:3000/client.html