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.

7 lines
192 B

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