1、删除指定目录及子目录下文件 @echo on echo =======开始删除============== del /f /s /q C:\test\*.txt 2、延时一秒钟 timeout /T 1 /NOBREAK 相关文章: