diff options
Diffstat (limited to 'tools/start.bat')
-rw-r--r-- | tools/start.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/start.bat b/tools/start.bat index a4475fac7..8e345998c 100644 --- a/tools/start.bat +++ b/tools/start.bat @@ -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% |