自动化东莞网站建设/有道搜索引擎入口
假如删除F盘下 F:\test 下的 所有 txt 文件.
1.进入CMD
2.切换到F盘的 test 目录下
F:
cd F:\test
3.执行命令
del /s /q *.txt
如果想删除test目录下所有的 abc.xml
del /s /q abc.xml
假如删除F盘下 F:\test 下的 所有 txt 文件.
1.进入CMD
2.切换到F盘的 test 目录下
F:
cd F:\test
3.执行命令
del /s /q *.txt
如果想删除test目录下所有的 abc.xml
del /s /q abc.xml