ruby--ruby/win32/rmall.bat

7 lines
78 B
Batchfile
Raw Normal View History

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