asked on
:Report
If "%TOTAL%" GTR 0 (
SET SUB="Successful Data Backup"
SET TXT1="The Data Backup was successful. %TOTAL% new and/or updated file(s) were copied to the encrypted external drive. No Errors were encountered."
GOTO:DISMOUNT
) Else (
If "%TOTAL%"== 0 (
SET SUB="Successful Data Backup"
SET TXT1="The Data Backup ran successfully, however no new or modified files requiring backup were found."
GOTO:DISMOUNT
)
)