Philipp Alexander Beckmann
2014-04-17 353c659c94d99ddd339afe846d4d27a172ccc405
Redirect all command line arguments for pt.cmd

Redirects all arguments (beginning with %1) for pt.cmd to pt.py. Even if pt.py currently uses less than 9 args, this is imho an unnecessary limitation.
1 files modified
2 ■■■ changed files
src/main/java/pt.cmd 2 ●●● patch | view | raw | blame | history
src/main/java/pt.cmd
@@ -1 +1 @@
@python %~dp0pt.py %1 %2 %3 %4 %5 %6 %7 %8 %9
@python %~dp0pt.py %*