From e1610f1f677f0a258c3dbbf611392df983496a9e Mon Sep 17 00:00:00 2001 From: nishikawa_takeshi Date: Thu, 9 Jul 2009 08:23:51 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=9E=E3=82=B9=E3=82=BF=E3=82=A8=E3=83=87?= =?UTF-8?q?=E3=82=A3=E3=82=BF=E5=87=BA=E5=8A=9B=E3=83=81=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=82=AB:=E4=B8=80=E9=83=A8=E3=83=90=E3=83=83=E3=83=81?= =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=AE=E6=97=A5=E6=9C=AC?= =?UTF-8?q?=E8=AA=9E=E8=A1=A8=E7=A4=BA=E3=82=92=E8=8B=B1=E8=AA=9E=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E3=81=AB=E5=A4=89=E6=9B=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@374 7061adef-622a-194b-ae81-725974e89856 --- .../MasterEditor/MasterEditorTWLChecker/diff.bat | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/tools/MasterEditor/MasterEditorTWLChecker/diff.bat b/build/tools/MasterEditor/MasterEditorTWLChecker/diff.bat index 833b86b..e255392 100644 --- a/build/tools/MasterEditor/MasterEditorTWLChecker/diff.bat +++ b/build/tools/MasterEditor/MasterEditorTWLChecker/diff.bat @@ -15,8 +15,8 @@ rem set usage=USAGE: %~nx0 INPUT_FILE... if ""%1"" == """" ( echo %usage% - echo 使用方法が間違っています。 - echo SRLもしくはXMLをドラッグアンドドロップしてください。 + echo Illegal usage. + echo Drag and drop the SRL/XML. echo. goto end ) @@ -32,14 +32,14 @@ set input_file=%~dpnx1 rem 処理本体 echo. -echo %~nx1をチェックします。 +echo check %~nx1 echo. fc /B "%org_file%" "%input_file%" if not %ERRORLEVEL% == 0 ( - echo 異なるファイルです。 + echo *** Different files. *** ) else ( - echo 相違はありません。 + echo No difference. ) rem 入力ファイルが残っているならbeginに戻る @@ -49,5 +49,5 @@ if ""%1"" neq """" goto begin rem 終了 (キー入力待ち) :end echo. -echo すべてのチェックが終了しました。 +echo All check end. pause