mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
出力ファイルチェッカ:バッチファイルを修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@216 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
dbade3505a
commit
1453fca551
@ -30,7 +30,6 @@ rem
|
||||
|
||||
rem 出力パス設定
|
||||
set input_file=%~dpnx1
|
||||
set log_file=%~dp1%\log.txt
|
||||
|
||||
rem プログラム確認
|
||||
if not exist "%checker_tool%" (
|
||||
@ -52,11 +51,10 @@ rem
|
||||
echo.
|
||||
echo %~nx1をチェックします。
|
||||
echo.
|
||||
"%checker_tool%" "%org_file%" "%input_file%" >> "%log_file%"
|
||||
"%checker_tool%" "%org_file%" "%input_file%"
|
||||
|
||||
if not %ERRORLEVEL% == 0 (
|
||||
echo "%input_file%" のチェックに失敗しました。
|
||||
rem goto end
|
||||
) else (
|
||||
echo "%input_file%" は正常です。
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user