summaryrefslogtreecommitdiff
path: root/mswin/rmrf.bat
blob: 204efd9ef03f4d3bfb589372d46765fffa181ec5 (plain)
1
2
3
4
5
6
7
8
9
@echo off

if exist "%1". (
   rmdir /S /Q "%1"
)

if exist "%1". (
   del /Q "%1"
)