OSDN Git Service

修正内容(buildフォルダ)
[ring-lang-081/ring.git] / applications / build / ja-jp / rnote / batch / run.bat
index f9646de..35fb982 100644 (file)
@@ -1,10 +1,12 @@
 echo off
 cls
+REM Changes codepage
+chcp 65001
 REM Get the Current path for the Ring Executable
 set RINGEXEPATH=%cd%
 REM Change the current directory to the application folder
 cd /d %~dp1
 REM Execute the program
-"%RINGEXEPATH%/ring.exe" %1
+"%RINGEXEPATH%\ring.exe" %1
 Pause>nul
 exit