From 353c659c94d99ddd339afe846d4d27a172ccc405 Mon Sep 17 00:00:00 2001 From: Philipp Alexander Beckmann Date: Thu, 17 Apr 2014 13:58:03 +0200 Subject: [PATCH] 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. --- src/main/java/pt.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/pt.cmd b/src/main/java/pt.cmd index cec7e5f0..4296a7a7 100644 --- a/src/main/java/pt.cmd +++ b/src/main/java/pt.cmd @@ -1 +1 @@ -@python %~dp0pt.py %1 %2 %3 %4 %5 %6 %7 %8 %9 +@python %~dp0pt.py %* -- 2.39.5