summaryrefslogtreecommitdiff
path: root/tools/installer_ng_stable/cleanup.bat
blob: e5017d1cb34f14d47a75225f052167c8f87b4516 (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\InnoSetup5 rd /S /Q Tools\InnoSetup5
rem end