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