SoFunction
Updated on 2025-03-10

Batch application Temporary directory cleaning


@echo off
rem can create a shortcut to D:\Documents and Settings\All Users\"Start" menu\Programs\Start
rd %temp% /q /s & md %temp%
rd %tmp% /q /s & md %tmp%
rd %windir%\temp /q /s & md %windir%\temp
rd "%USERPROFILE%\Local Settings\Temporary Internet Files" /q /s