Browse Source

Tested cleanup and settled on the rd command

master
Raphael Roberts 7 years ago
parent
commit
433797096f
  1. 1
      cleanup.bat

1
cleanup.bat

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