@ECHO OFF@ECHO Fast SQM File Seek and Destroy@ECHO This is safe.pauseattrib -r -s -h -a C:\*.sqmDEL C:\*.SQM@ECHO Done!pause