summaryrefslogtreecommitdiff
path: root/tools/installer_ng/cleanup.bat
blob: 8c6e99253bd61e9cef050170d60fdd30904f1f69 (plain)
1
2
3
4
5
6
7
@echo off
rem Cleanup
if exist tmp rd /S /Q tmp
if exist InnoNG_32 rd /S /Q InnoNG_32
if exist InnoNG_64 rd /S /Q InnoNG_64
if exist Tools\ispack*.exe del /F /Q Tools\ispack*.exe
rem end