summaryrefslogtreecommitdiff
path: root/tools/installer_ng/cleanup.bat
blob: 4ae8ab619c306232067b9de0de8f1164424868cd (plain)
1
2
3
4
5
6
7
@echo off
rem Cleanup
if exist tmp rd /S /Q tmp
if exist util rd /S /Q util
if exist InnoNG_32 rd /S /Q InnoNG_32
if exist InnoNG_64 rd /S /Q InnoNG_64
rem end