Browse Source

cleanup.bat runs the path restore script now

master
Raphael Roberts 7 years ago
parent
commit
f0205d0aca
  1. 3
      cleanup.bat

3
cleanup.bat

@ -1,5 +1,6 @@
@echo off
echo cleanup\restore_path.bat
for %%d in (%~dp0.) do set Directory=%%~fd
"%Directory%\cleanup\restore_path.bat"
cd %Directory%\..\
rd /s /q %Directory%
Loading…
Cancel
Save