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.
11 lines
250 B
Batchfile
11 lines
250 B
Batchfile
16 years ago
|
@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" %*
|