rmrf.bat 85 B

123456789
  1. @echo off
  2. if exist "%1". (
  3. rmdir /S /Q "%1"
  4. )
  5. if exist "%1". (
  6. del /Q "%1"
  7. )