first commit

This commit is contained in:
USER
2023-01-17 23:15:21 +00:00
commit 773c15c6ce
27 changed files with 1059 additions and 0 deletions

11
local_check_backup.bat Normal file
View File

@ -0,0 +1,11 @@
@echo off
call C:\Scripts\wLocal\localENV.bat
@REM xxxxxxx
echo "%~n0: Start"
if exist H:\LocalBackups\ (
echo "Backup disk found"
) else (
echo "Backup disk NOT found"
call %TMESSAGE% '"Friday backup disk missing on %check_computername%"'
)