This blog has moved!

You should be automatically redirected in 60 seconds. If not, click link below
http://mashtips.com
Please update your bookmarks.

Technical Tips: How to create program to clean temp files?

How to create program to clean temp files?

May b this is very useful to each an every guys i think so

u can create ur own program to clean all temp files, prefetch files and all files which have common ext but u dont need them
just copy this in a note pad file and change ext from .txt to .bat

cd\
del/s *.tmp
del/s *.sbl
cd c:\windows\prefetch
del/s *.pf
cd\

if you want to del more ext in c:\ then just type
cd\
del/s *.ext
where ext is ur desired extension
u can change drive by
cd d:\

No comments: