You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
144 B

  1. @echo off
  2. echo cleanup\restore_path.bat
  3. for %%d in (%~dp0.) do set Directory=%%~fd
  4. cd %Directory%\..\
  5. del /s /q %Directory%
  6. rd /s /q %Directory%