From 114df0fd445b3f6622272c92c4216d385b0d3886 Mon Sep 17 00:00:00 2001 From: USER Date: Fri, 29 Aug 2025 16:53:21 +0100 Subject: [PATCH] . --- SystemChecks/CheckSoftware.bat | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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