set the codepage to UTF-8 for start.bat; refs #2348

This commit is contained in:
Araq
2017-09-02 09:27:39 +02:00
parent a43eae8e6c
commit e5ef3f5a6f

View File

@@ -1,5 +1,6 @@
@echo off
REM COLOR 0A
chcp 65001
SET NIMPATH=%~dp0\..
SET PATH=%NIMPATH%\bin;%NIMPATH%\dist\mingw\bin;%PATH%
cd %NIMPATH%