@ ECHO. @ ECHO. Description @ ECHO----------------------------------------------------------------------- @ ECHO This is a popular batch on the Internet. It will help you delete the Recycle Bin, temp directory, recently opened document traces @ ECHO and so on. Helps the system run slightly. If you think your computer is running slowly, don't expect to do well with this batch. The @ ECHO computer is slow usually because too many useless operations occupy CPU and memory resources. @ ECHO Pause Echo is cleaning up the system garbage file, please wait a moment ... del/f/s/q%systemdrive%*.tmp del/f/s/q%SYSTEMDRIVE%*._MP del/f/s/q%systemdrive%*.log del/f/s/q%systemdrive%*.gid del/f/s/q%systemdrive%*.chk del/f/s/q%systemdrive%*.old del/f/s/q%systemdrive% Ecycled*.* del/f/s/q%windir%*.bak del/f/s/q%windir%prefetch*.* RD/S/q%windir%temp & MD%windir%temp del/f/q%userprofile%cookies*.* del/f/q%userprofile% ecent*.* del/f/s/q "%userprofile%local settingstemporary Internet files*.*" del/f/s/q "%userprofile%local settingstemp*.*" del/f/s/q "%userprofile% ecent*.*" echo Cleanup system garbage complete! Echo. & Pause |