REM ********************************************************************* REM REM Name : CleanupTempFiles.bat REM Author : 3Ds (UK) Limited REM Description : Example batch file to cleanup old temporary files in REM which can be run in response to a low disk space warning REM from Sentry-go. REM REM Arguments : None. REM REM Returns : None. REM REM ********************************************************************* REM *** TODO: Add/amend paths as required to the commands below *** DEL /Q C:\TEMP\*.* DEL /Q C:\TMP\*.* DEL /Q C:\WINDOWS\TEMP\*.* DEL /Q %TMP% DEL /Q %TEMP%