REM Machine Temp Delete DEL /A /S /Q /F "%windir%\temp\*.*" FOR /D %%d IN ("%windir%\temp\*.*") DO RD /S /Q "%%d"