Subversion Repositories DevTools

Rev

Rev 4866 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4866 Rev 5298
Line 11... Line 11...
11
 
11
 
12
if "%1" equ "--usage" (
12
if "%1" equ "--usage" (
13
    %PYTHON_EXE% crucible_reporting.py --usage
13
    %PYTHON_EXE% crucible_reporting.py --usage
14
) else if "%1" neq "" (
14
) else if "%1" neq "" (
15
    echo Report for month will be generated to %1.txt
15
    echo Report for month will be generated to %1.txt
16
    %PYTHON_EXE% crucible_reporting.py %1 > %1.txt
16
    %PYTHON_EXE% crucible_reporting.py %1 
17
) else (
17
) else (
18
    echo Report for previous month will be generated to standard output
18
    echo Report for previous month will be generated 
19
    %PYTHON_EXE% --verbose crucible_reporting.py 
19
    %PYTHON_EXE% crucible_reporting.py 
20
)
20
)
21
 
21
 
22
:end
22
:end