Additional examples to show new template capabiliteis

This commit is contained in:
Lloyd McKenzie
2022-03-29 08:05:32 -06:00
parent f814edc68b
commit 9b01b996d9
11 changed files with 1375 additions and 17 deletions

View File

@@ -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
}
)