diff --git a/SystemChecks/CheckSoftware.bat b/SystemChecks/CheckSoftware.bat index 5ca2d8a..80de08b 100644 --- a/SystemChecks/CheckSoftware.bat +++ b/SystemChecks/CheckSoftware.bat @@ -1,4 +1,9 @@ -@ECHO OFF +@echo off +call C:\Scripts\wBase\baseENV.bat +call C:\Scripts\wLocal\localENV.bat +@REM xxxxxxx +echo "START: %~n0" + set path=%PATH% set Software="LibreOffice" @@ -11,6 +16,7 @@ if exist %2 ( echo "%1 is installed" ) else ( echo "%1 is not installed" + call %TMESSAGE% '"%1 missing on %check_computername%"' ) exit /b