Additional examples to show new template capabiliteis
This commit is contained in:
@@ -20,7 +20,7 @@ IF "%~1"=="/f" SET skipPrompts=y
|
||||
|
||||
ECHO.
|
||||
ECHO Checking internet connection...
|
||||
PING tx.fhir.org -4 -n 1 -w 1000 | FINDSTR TTL && GOTO isonline
|
||||
PING tx.fhir.org -4 -n 1 -w 5000 | FINDSTR TTL && GOTO isonline
|
||||
ECHO We're offline, nothing to do...
|
||||
GOTO end
|
||||
|
||||
@@ -216,4 +216,4 @@ start copy /y "_updatePublisher.new.bat" "_updatePublisher.bat" ^&^& del "_updat
|
||||
|
||||
IF "%skipPrompts%"=="true" (
|
||||
PAUSE
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user