rmfiles.bat

来自「GNU FreeDOS兼容MS DOS很好的东东.」· Batch 代码 · 共 11 行

BAT
11
字号
@echo off
:loop_commandline

if \%1 == \ goto done_with_commandline
if exist %1 del %1>nul
shift
goto loop_commandline

:done_with_commandline

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?