[Ttssh2-commit] [4535] コマンドラインヘルプを追加した。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 7月 27日 (水) 00:22:44 JST


Revision: 4535
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4535
Author:   yutakapon
Date:     2011-07-27 00:22:44 +0900 (Wed, 27 Jul 2011)

Log Message:
-----------
コマンドラインヘルプを追加した。

Modified Paths:
--------------
    trunk/installer/makearchive.bat


-------------- next part --------------
Modified: trunk/installer/makearchive.bat
===================================================================
--- trunk/installer/makearchive.bat	2011-07-26 15:10:49 UTC (rev 4534)
+++ trunk/installer/makearchive.bat	2011-07-26 15:22:44 UTC (rev 4535)
@@ -1,3 +1,4 @@
+ @ echo off
 rem œŽg—p—á
 rem ’ʏí‚̃rƒ‹ƒh
 rem   makearchive.bat
@@ -11,6 +12,8 @@
 SET debug=no
 SET plugins=no
 
+if "%1"=="/?" goto help
+ @ echo on
 if "%1"=="debug" SET debug=yes
 if "%1"=="plugins" SET plugins=yes
 
@@ -69,3 +72,17 @@
 del /f %dst%\svnrev.exe
 
 perl setini.pl release\TERATERM.INI > %dst%\TERATERM.INI
+
+exit /b
+
+:help
+echo Tera Term‚ðƒrƒ‹ƒh‚·‚邽‚ß‚É•K—v‚ȃ\[ƒXƒR[ƒh‚ð‚·‚×‚ÄƒRƒ“ƒpƒCƒ‹‚µ‚Ü‚·B
+echo.
+echo   %0          ’ʏí‚̃rƒ‹ƒh
+echo   %0 rebuild  ƒŠƒrƒ‹ƒh
+echo   %0 debug    ƒfƒoƒbƒOî•ñŠÜ‚Þƒrƒ‹ƒh
+echo   %0 plugins  ƒvƒ‰ƒOƒCƒ“î•ñŠÜ‚Þƒrƒ‹ƒh
+echo.
+echo ƒŠƒŠ[ƒX•¨Œ‚ðì¬‚·‚éê‡‚Í"rebuild"‚ðŽg—p‚µ‚Ä‚­‚¾‚³‚¢B
+exit /b
+



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