summaryrefslogtreecommitdiff
path: root/win32/rmall.bat
blob: 6c428b76faa987203a378187cddffdf35e0e38ae (plain)
1
2
3
4
5
6
@echo off

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

:end