@echo off echo 指定路径 set mydir=%~dp0\tmp echo 删除所有文件 del /f /s /q %mydir%\*.* echo 删除文件夹 rd /s /q %mydir%