@echo off if not exist build mkdir build cd build && ^ cmake -G "CodeBlocks - MinGW Makefiles" .. && ^ make install && ^ cd .. pause