赞
踩
#tab键补全命令
del /s /q 文件无提示删除
del /s /q 文件
del *.txt删除所有txt文件
del *.txt
del *删除所有文件
del *
#rd删除空目录
rd /s /q 目录名
attrib -h 文件名 显示隐藏文件
attrib -h 文件名
attrib +h 文件名隐藏文件
attrib +h 文件名
copy nul 文件