From 0f2e6c53db1b464e3dc7637c00c6251b864ae539 Mon Sep 17 00:00:00 2001 From: Robert Iannucci Date: Wed, 3 May 2017 16:57:30 -0700 Subject: [PATCH] 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 Reviewed-by: Vadim Shtayura --- cipd_bin_setup.bat | 6 ++++++ vpython.bat | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 cipd_bin_setup.bat create mode 100644 vpython.bat diff --git a/cipd_bin_setup.bat b/cipd_bin_setup.bat new file mode 100644 index 000000000..04c698c16 --- /dev/null +++ b/cipd_bin_setup.bat @@ -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" diff --git a/vpython.bat b/vpython.bat new file mode 100644 index 000000000..a0de9c57a --- /dev/null +++ b/vpython.bat @@ -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" %*