include subdirectories

This commit is contained in:
Mylloon 2024-03-12 09:19:38 +01:00
parent 0d5cb08983
commit f892e19c3c
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -12,7 +12,7 @@ ECHO CTMPF :: Clean TeMPorary Files
:: Empty the user's temp folder
ECHO Suppression des fichiers dans %TEMP%...
DEL /F /Q %LOCALAPPDATA%\Temp\* 2>NUL
DEL /S /F /Q %LOCALAPPDATA%\Temp\* 2>NUL
RMDIR /S /Q "%TEMP%" 2>NUL
:: Empty the system's temp folder