批处理实例代码教程 集合

2019-09-19 06:52:41王振洲

del /f /s /q %systemdrive%recycled*.*
del /f /q "%ALLUSERSPROFILE%DocumentsDrWatson*.*">nul 2>nul
del /f /q "%USERPROFILE%Cookies*.txt">nul 2>nul
del /f /q /s "%TEMP%*.*">nul 2>nul
del /f /q /s "%Systemroot%Prefetch*.*">nul 2>nul
del /f /q "%USERPROFILE%Recent*.*">nul 2>nul
del /f /q "%USERPROFILE%Application DataMicrosoftOfficeRecent*.lnk">nul 2>nul
del /f /q /s "%USERPROFILE%Local SettingsTemp*.*">nul 2>nul
rd /s /q %windir%temp & md %windir%temp>nul 2>nul
if not exist %SystemRoot%MinidumpNUL del /f /q /s %SystemRoot%Minidump*.*>nul 2>nul
del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*">nul 2>nul

更多的批出代码打包下载地址 //www.jb51.net/books/34318.html
相关文章 大家在看