batch file to remove temporary files and empty recycle bin
Posted: 11 Jul 2011 04:41
hai i have a batch file that clears all the temperary data in 3 places,
they are
C:\WINDOWS\system32\Temp
C:\documents&sett\user\LOCALS~1\Temp
C:\WINDOWS\Prefetch
these are the area known,
if any one knows the other locations add the locations,
i am unable to empty recycle bin,
help in this concern,
the batch file i had was
del /s /f /q %windir%\temp\*.*
del /s /f /q %temp%\*.*
del /s /f /q %windir%\Prefetch\*.*
thank you
shiva
they are
C:\WINDOWS\system32\Temp
C:\documents&sett\user\LOCALS~1\Temp
C:\WINDOWS\Prefetch
these are the area known,
if any one knows the other locations add the locations,
i am unable to empty recycle bin,
help in this concern,
the batch file i had was
del /s /f /q %windir%\temp\*.*
del /s /f /q %temp%\*.*
del /s /f /q %windir%\Prefetch\*.*
thank you
shiva