first commit
This commit is contained in:
11
local_check_backup.bat
Normal file
11
local_check_backup.bat
Normal 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%"'
|
||||
)
|
||||
Reference in New Issue
Block a user