Jean-Marie Henaff | 872e442 | 2017-06-13 10:26:20 +0200 | [diff] [blame] | 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. | ||||
5 | setlocal | ||||
6 | |||||
7 | PATH=%~dp0;%PATH% | ||||
8 | |||||
9 | python "%~dp0\test.py" %* |