Add vpython.bat.

This brings us to parity with linux/mac.

R=dnj@chromium.org, vadimsh@chromium.org

Bug:
Change-Id: Iba112738db22ad594745735e7131801361cf8b50
Reviewed-on: https://chromium-review.googlesource.com/495547
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
changes/47/495547/5
Robert Iannucci 8 years ago committed by Commit Bot
parent 1123fea235
commit 0f2e6c53db

@ -0,0 +1,6 @@
@echo off
:: Copyright 2017 The Chromium Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
"%~dp0\cipd.bat" ensure -ensure-file "%~dp0\cipd_manifest.txt" -root "%~dp0\.cipd_bin"

@ -0,0 +1,7 @@
@echo off
:: Copyright 2017 The Chromium Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
call "%~dp0\cipd_bin_setup.bat"
"%~dp0\.cipd_bin\vpython.exe" %*
Loading…
Cancel
Save