You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
@echo off
|
|
|
|
:: This batch file assumes that the correct version of python can be found in
|
|
:: the current directory, and that you have Visual Studio 8 installed in the
|
|
:: default location.
|
|
|
|
setlocal
|
|
call vcvars32.bat
|
|
|
|
python "%~dp0chrome-update.py" %*
|