Home Tips and Tweaks Batch file to Purge Files from Windows System
Batch file to Purge Files from Windows System PDF Print

REM ***** Batch File to Purge Temp Files from Folders
@Echo Off
del /f/q/s c:\temp
del /f/q/s c:\windows\prefetch
del /f/q/s c:\windows\temp
del /f/q/s %temp%
del /f/q/s %tmp%

del /s /q  c:\~*.*
del /s /q  c:\*.chk
del /s /q  c:\*.tmp
exit

 
Banner
Copyright © 2008 Digital Designs and Innovations, Inc.. All Rights Reserved.
Joomla! is Free Software released under the GNU/GPL License.