diff --git a/openbrowser.bat b/openbrowser.bat index 4a80b16..99caebe 100644 --- a/openbrowser.bat +++ b/openbrowser.bat @@ -1,3 +1,5 @@ +@ECHO OFF + :start timeout 3 @@ -6,4 +8,6 @@ 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 \ No newline at end of file +"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --start-fullscreen http://localhost:3000/status.html + +EXIT \ No newline at end of file