diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-03 07:52:56 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-03 07:52:56 +0000 |
commit | 31eac592209aa65e99141ab36f7f3ca1fb1d5641 (patch) | |
tree | 71f0f37300a0726d5041358cb89e736beb3645ac /tools/installer_ng/cleanup.bat | |
parent | dd1a7eb05b9997ba08bce9d08817a8ec56884ac4 (diff) |
- more automated process
git-svn-id: http://svn.miranda-ng.org/main/trunk@5912 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 |