diff options
Diffstat (limited to 'tools/installer_ng/cleanup.bat')
-rw-r--r-- | tools/installer_ng/cleanup.bat | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/installer_ng/cleanup.bat b/tools/installer_ng/cleanup.bat new file mode 100644 index 0000000000..953c401ea6 --- /dev/null +++ b/tools/installer_ng/cleanup.bat @@ -0,0 +1,26 @@ +@echo off
+rem Cleanup
+rd /S /Q tmp
+rd /S /Q util
+del /F /S /Q vcredist*.exe
+
+pushd InnoNG_32\Files
+rd /S /Q Core
+rd /S /Q Icons
+rd /S /Q Plugins
+del /F /Q *.ini
+del /F /Q *.txt
+del /F /Q *.dll
+del /F /Q *.exe
+popd
+
+pushd InnoNG_64\Files
+rd /S /Q Core
+rd /S /Q Icons
+rd /S /Q Plugins
+del /F /Q *.ini
+del /F /Q *.txt
+del /F /Q *.dll
+del /F /Q *.exe
+popd
+rem end
\ No newline at end of file |