From f0205d0aca5067e532ef97b778f6e5c96df71c70 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Tue, 29 Jan 2019 19:24:11 -0600 Subject: [PATCH] cleanup.bat runs the path restore script now --- cleanup.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cleanup.bat b/cleanup.bat index 4b12bdc..2c474d7 100644 --- a/cleanup.bat +++ b/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% \ No newline at end of file