1@echo off 2setlocal 3:: This is required with cygwin only. 4PATH=%~dp0;%PATH% 5set PYTHONDONTWRITEBYTECODE=1 6call vpython3 "%~dp0mb.py" %* 7