diff options
Diffstat (limited to 'tools/installer_ng/cleanup.bat')
-rw-r--r-- | tools/installer_ng/cleanup.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/installer_ng/cleanup.bat b/tools/installer_ng/cleanup.bat index 07b0abd582..5e356fe0e9 100644 --- a/tools/installer_ng/cleanup.bat +++ b/tools/installer_ng/cleanup.bat @@ -2,6 +2,6 @@ rem Cleanup
rd /S /Q tmp
rd /S /Q util
-for /D %%p in ("InnoNG_32\*.*") do rd "%%p" /s /q
-for /D %%p in ("InnoNG_64\*.*") do rd "%%p" /s /q
+rd /S /Q InnoNG_32
+rd /S /Q InnoNG_64
rem end
\ No newline at end of file |