Changeset 2566

Show
Ignore:
Timestamp:
12/28/09 15:05:42
Author:
johnsa
Message:

begin porting windows scripts

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/indexer/shellscr/resources/bwrun.bat

    r2342 r2566  
    2424ECHO. 
    2525ECHO. 
    26 ECHO   Bedework Database Tools 
    27 ECHO   ----------------------- 
     26ECHO   Bedework Lucene Reindexer 
     27ECHO   ------------------------- 
    2828ECHO. 
    2929 
     
    3535  ECHO   Usage: 
    3636  ECHO. 
    37   ECHO     reindex [(-ndebug | -debug)] 
    38   ECHO        Reindex the system then process queue events 
    39   ECHO. 
    40   ECHO     start [(-ndebug | -debug)] 
    41   ECHO        Process queue events 
     37  ECHO  %0 reindex 
     38  ECHO     Reindex the system then process queue events" 
     39  ECHO  %0 reindex-nostart 
     40  ECHO     Reindex the system. Do not process queue events" 
     41  ECHO  %0 start 
     42  ECHO     Process queue events" 
    4243  ECHO. 
    4344 
    44   GOTO end 
     45  GOTO:EOF 
    4546 
    4647 
     
    5051  ECHO   %RUNCMD% -appname %APPNAME% -reindex %2 %3 %4 %5 %6 %7 %8 %9 
    5152  %RUNCMD% -appname %APPNAME% -reindex %2 %3 %4 %5 %6 %7 %8 %9 
    52   GOTO end 
     53  GOTO:EOF 
    5354  :: 
    5455:start 
     
    5758  ECHO   %RUNCMD% -appname %APPNAME% -start %2 %3 %4 %5 %6 %7 %8 %9 
    5859  %RUNCMD% -appname %APPNAME% -start %2 %3 %4 %5 %6 %7 %8 %9 
    59   GOTO end 
     60  GOTO:EOF 
    6061  :: 
    6162 
    62 :end 
    6363ECHO. 
    6464ECHO.