刪除當前文件夾的bat工具

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

相關文章
相關標籤/搜索