瀏覽代碼

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…
取消
儲存