删除当前文件夹的bat工具

@echo off
:11
set /p path=Please enter delete filepath:
del /f /s /q %path%
rd /q /s %path%
goto 11
pausefile

相关文章
相关标签/搜索