Subversion Repositories DevTools

Rev

Rev 4420 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4420 Rev 4866
Line 1... Line 1...
1
@rem run_crucible_reporting.cmd
1
@rem run_crucible_reporting.cmd
2
@rem Wrapper script for the python script for crucible reporting.
2
@rem Wrapper script for the python script for crucible reporting.
3
@echo off
3
@echo off
4
 
4
 
5
set PYTHON_EXE=c:\python27\python.exe
5
set PYTHON_EXE=c:\python34\python.exe
6
if not exist %PYTHON_EXE% (
6
if not exist %PYTHON_EXE% (
7
    echo Install Python 2.7 from the following URL:
7
    echo Install Python 3.4 from the following URL:
8
    echo https://www.python.org/ftp/python/2.7.7/python-2.7.7.msi
8
    echo https://www.python.org/ftp/python/3.4/python-3.4.2.msi
9
    goto :end
9
    goto :end
10
)
10
)
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