aboutsummaryrefslogtreecommitdiffstats
path: root/win32/rmall.bat
diff options
context:
space:
mode:
Diffstat (limited to 'win32/rmall.bat')
-rw-r--r--win32/rmall.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/rmall.bat b/win32/rmall.bat
new file mode 100644
index 0000000000..6c428b76fa
--- /dev/null
+++ b/win32/rmall.bat
@@ -0,0 +1,6 @@
+@echo off
+
+if "%1" == "" goto :end
+if exist "%1" rmdir /s /q "%1"
+
+:end