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