This commit is contained in:
USER
2025-08-29 16:53:21 +01:00
parent e24b1317c7
commit 114df0fd44

View File

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