8
0

The complete folder structure has been changed or updated

This commit is contained in:
2025-09-19 18:24:40 +02:00
parent 796473a8c9
commit 1f0d1613a5
216 changed files with 330971 additions and 809 deletions

View File

@@ -0,0 +1,9 @@
set LOGFILE="..\Reporting\WMPurge.log"
echo --------------------------------------------- >> %LOGFILE% 2>&1
echo --------------------------------------------- >> %LOGFILE% 2>&1
echo %DATE% %TIME% >> %LOGFILE% 2>&1
REM --- purge documents that were deleted 356 days before or earlier
echo WMPurge.exe -v -c -a 356d >> %LOGFILE% 2>&1
WMPurge.exe -v -c -a 356d >> %LOGFILE% 2>&1