.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user