@echo off if not exist build mkdir build cd build && ^ cmake_mgw .. && ^ make install && ^ cd ..