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@217 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
1453fca551
commit
ff0b486e9f
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -43,7 +43,7 @@ int main(array<System::String ^> ^args)
|
||||
// ミドルウェアリストをはじく
|
||||
if( System::IO::Path::GetFileNameWithoutExtension(args[1])->ToUpper()->EndsWith("MIDDLEWARE") )
|
||||
{
|
||||
Console::WriteLine( "File: " + args[1] );
|
||||
//Console::WriteLine( "File: " + args[1] );
|
||||
Console::WriteLine( "========================================================" );
|
||||
Console::WriteLine( "Not Support to Middleware List." );
|
||||
return 0; // 正常終了扱い
|
||||
|
||||
@ -62,7 +62,7 @@ System::Void SheetItem::readSheet( System::String ^sheetfile )
|
||||
// 中間ファイルを削除
|
||||
if( System::IO::File::Exists( tmpfile ) )
|
||||
{
|
||||
//System::IO::File::Delete( tmpfile );
|
||||
System::IO::File::Delete( tmpfile );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -54,9 +54,7 @@ echo.
|
||||
"%checker_tool%" "%org_file%" "%input_file%"
|
||||
|
||||
if not %ERRORLEVEL% == 0 (
|
||||
echo "%input_file%" のチェックに失敗しました。
|
||||
) else (
|
||||
echo "%input_file%" は正常です。
|
||||
echo "%input_file%" のチェックでエラーが発生しました。
|
||||
)
|
||||
|
||||
rem 入力ファイルが残っているならbeginに戻る
|
||||
|
||||
Loading…
Reference in New Issue
Block a user