ruby/win32/rmall.bat

7 строки
78 B
Batchfile
Исходник Обычный вид История

@echo off
if "%1" == "" goto :end
if exist "%1" rmdir /s /q "%1"
:end