1 2 3 4 5 6 7 8
@echo off REM COLOR 0A SET NIMPATH=%~dp0\.. SET PATH=%NIMPATH%\bin;%NIMPATH%\dist\mingw\bin;%PATH% cd %NIMPATH% cmd