Browse Source

Merge pull request #173 from philippbeckmann/patch-1

Redirect all command line arguments for pt.cmd
tags/v1.5.0
James Moger 10 years ago
parent
commit
1669542eb8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/java/pt.cmd

+ 1
- 1
src/main/java/pt.cmd View File

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

Loading…
Cancel
Save