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