You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
352 B
6 lines
352 B
9 years ago
|
@echo off
|
||
|
SET TRY_PYTHON_EXE=C:\Python27\pythonw.exe
|
||
|
SET MT_CM_INSTALLER_PY=install-chunkymap-on-windows.py
|
||
|
IF EXIST "%TRY_PYTHON_EXE%" THEN "%TRY_PYTHON_EXE%" "%MT_CM_INSTALLER_PY%"
|
||
|
IF NOT EXIST "%TRY_PYTHON_EXE%" THEN echo You are missing %TRY_PYTHON_EXE% so this batch file cannot use it--try running %MT_CM_INSTALLER_PY% in your favorite Python 2.
|