This commit is contained in:
USER
2023-04-26 21:36:27 +01:00
parent f428419118
commit 20894bc322

View File

@ -7,5 +7,5 @@ if exist Z:\LocalBackups\ (
echo "Backup disk found"
) else (
echo "Backup disk NOT found"
call %TMESSAGE% '"Friday backup disk missing on %check_computername%"'
call %TMESSAGEH% '"Friday backup disk missing on %check_computername%"'
)