Fix openbrowser
This commit is contained in:
parent
53a3d71452
commit
5b798d0693
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
@ECHO OFF
|
||||||
|
|
||||||
:start
|
:start
|
||||||
|
|
||||||
timeout 3
|
timeout 3
|
||||||
|
@ -6,4 +8,6 @@ curl localhost:3000
|
||||||
|
|
||||||
IF %errorlevel% NEQ 0 GOTO :start
|
IF %errorlevel% NEQ 0 GOTO :start
|
||||||
|
|
||||||
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --start-fullscreen http://localhost:3000/client.html
|
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --start-fullscreen http://localhost:3000/status.html
|
||||||
|
|
||||||
|
EXIT
|
Loading…
Reference in a new issue