[Ttssh2-commit] [6433] bat ファイルを書くのに参考にした記述を削除し忘れていたけれど、

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2016年 7月 7日 (木) 20:45:59 JST


Revision: 6433
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6433
Author:   doda
Date:     2016-07-07 20:45:59 +0900 (Thu, 07 Jul 2016)
Log Message:
-----------
bat ファイルを書くのに参考にした記述を削除し忘れていたけれど、
残っていてもいいかなと思ったのでふさわしい場所に移動。

Modified Paths:
--------------
    trunk/tests/macroparam.bat

-------------- next part --------------
Modified: trunk/tests/macroparam.bat
===================================================================
--- trunk/tests/macroparam.bat	2016-07-07 11:45:56 UTC (rev 6432)
+++ trunk/tests/macroparam.bat	2016-07-07 11:45:59 UTC (rev 6433)
@@ -4,24 +4,23 @@
 set MACROFILE=%~dpn0.ttl
 
 echo == test 1 ==
+rem ; ttpmacro.exe macrofile /vxx /ixx /V /i test1
 "%TTMACRO%" "%MACROFILE%" /vxx /ixx /V /i test1
 if ERRORLEVEL 1 echo test 1 failed.
 
 echo == test 2 ==
+rem ; ttpmacro.exe /V /i macrofile /v /I test2
 "%TTMACRO%" /V /i "%MACROFILE%" /v /I test2
 if ERRORLEVEL 1 echo test 2 failed.
 
 echo == test 3 ==
+rem ; ttpmacro.exe /I macrofile test3 /Vxx /ixx /V /i
 "%TTMACRO%" /I "%MACROFILE%" test3 /Vxx /ixx /V /i
 if ERRORLEVEL 1 echo test 3 failed.
 
 echo == test 4 ==
+rem ; ttpmacro.exe /i macrofile test4 /V /Vxx /ixx
 "%TTMACRO%" /i "%MACROFILE%" test4 /V /Vxx /ixx
 if ERRORLEVEL 1 echo test 4 failed.
 
-rem ; ttpmacro.exe macrofile /vxx /ixx /V /i test1
-rem ; ttpmacro.exe /V /i macrofile /v /I test2
-rem ; ttpmacro.exe /I macrofile test3 /Vxx /ixx /V /i
-rem ; ttpmacro.exe /i macrofile test4 /V /Vxx /ixx
-
 pause



Ttssh2-commit メーリングリストの案内
Back to archive index