HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/bin/housekeeping/housekeeping.cmd
:: SS, 06/05/2012 housekeeping, run once a day at 2am
:: delete hmailserver log and error log from 60 days ago

d:
cd d:\bin\housekeeping
:: delete hmailserver log and error log from 60 days ago (only keep past 60 days)
cmddate -s -60 del d:\hMailServer\Logs\hmailserver_#.log>op.bat
cmddate -s -60 del d:\hMailServer\Logs\ERROR_hmailserver_#.log>>op.bat
call op.bat>>log.txt