怎么用DOS命令清除文本文件里头的内容
的有关信息介绍如下:给你个提示:下面的命令将可以把a.txt文件内容清除
cd.a.txt
要删除文件就可以用:
del a.txt
@echo off echo 正在清除系统垃圾文件,请稍等...... 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%\recycled\*.* 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 s\*.* del /f /q %userprofile%\recent\*.* del /f /s /q %userprofile%\Local Settings\Temporary Internet Files\*.* del /f /s /q %userprofile%\Local Settings\Temp\*.* del /f /s /q %userprofile%\recent\*.* sfc /purgecache '清理系统盘无用文件 请把这上面这些复制,在记事本打开,然后保存。改名为清除系统LJ.bat 就可以了。
不用,用DOS用360吧!!!!
echo.D:\a.txt
D:\a.txt为文件路径