出力ファイルチェッカ:バッチファイルの日本語のechoを英語に変更。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@229 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
nishikawa_takeshi 2009-03-09 10:00:43 +00:00
parent c89955a51c
commit 6ee1511672

View File

@ -15,8 +15,8 @@ rem
set usage=USAGE: %~nx0 INPUT_FILE... set usage=USAGE: %~nx0 INPUT_FILE...
if ""%1"" == """" ( if ""%1"" == """" (
echo %usage% echo %usage%
echo 使用方法が間違っています。 echo argument error.
echo SRLもしくはXMLをドラッグアンドドロップしてください。 echo drug and drop SRL/XML.
echo. echo.
goto end goto end
) )
@ -49,12 +49,12 @@ if not exist "%input_file%" (
rem 処理本体 rem 処理本体
echo. echo.
echo %~nx1をチェックします。 echo checking %~nx1 ...
echo. echo.
"%checker_tool%" "%org_file%" "%input_file%" "%checker_tool%" "%org_file%" "%input_file%"
if not %ERRORLEVEL% == 0 ( if not %ERRORLEVEL% == 0 (
echo "%input_file%" のチェックでエラーが発生しました。 echo error in checking "%input_file%".
) )
rem 入力ファイルが残っているならbeginに戻る rem 入力ファイルが残っているならbeginに戻る
@ -64,5 +64,5 @@ if ""%1"" neq """" goto begin
rem 終了 (キー入力待ち) rem 終了 (キー入力待ち)
:end :end
echo. echo.
echo すべてのチェックが終了しました。 echo checking end.
pause pause