Auto-open browser after server start
This commit is contained in:
@@ -79,3 +79,9 @@ If ok3 Then sMsg = sMsg & "OK AidsMonitoring -> http://localhost:5503" & vb
|
||||
sMsg = sMsg & vbCrLf & "AR ECDIS lanzado (ventana independiente)"
|
||||
|
||||
MsgBox sMsg, 64, "Servidores Marinos"
|
||||
|
||||
' Abrir browser para cada servidor que respondio
|
||||
If ok0 Then oShell.Run "http://localhost:5000", 1, False
|
||||
If ok1 Then oShell.Run "http://localhost:5500", 1, False
|
||||
If ok2 Then oShell.Run "http://localhost:5010", 1, False
|
||||
If ok3 Then oShell.Run "http://localhost:5503", 1, False
|
||||
|
||||
Reference in New Issue
Block a user