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:\
How to create program to clean temp files?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment