1@echo off
2:: Copyright (c) 2017, the R8 project authors. Please see the AUTHORS file
3:: for details. All rights reserved. Use of this source code is governed by a
4:: BSD-style license that can be found in the LICENSE file.
5setlocal
6
7PATH=%~dp0;%PATH%
8
9python "%~dp0\test.py" %*