Преглед изворни кода

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.
tags/v1.5.0
Philipp Alexander Beckmann пре 10 година
родитељ
комит
353c659c94
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/main/java/pt.cmd

+ 1
- 1
src/main/java/pt.cmd Прегледај датотеку

@@ -1 +1 @@
@python %~dp0pt.py %1 %2 %3 %4 %5 %6 %7 %8 %9
@python %~dp0pt.py %*

Loading…
Откажи
Сачувај