OSDN Git Service

Ring 1.10 以来となる開発環境の日本語ローカライズ版 (評価版) を追加 (ノートパッド、フォームデザイナー、対話型実行環境、ファイルの検索)。
[ring-lang-081/ring.git] / applications / build / ja-jp / rnote / batch / run.bat
diff --git a/applications/build/ja-jp/rnote/batch/run.bat b/applications/build/ja-jp/rnote/batch/run.bat
new file mode 100644 (file)
index 0000000..f9646de
--- /dev/null
@@ -0,0 +1,10 @@
+echo off
+cls
+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
+Pause>nul
+exit