Turn off echo of command being executed, remove exec (doesn't exist in .bat land), and look for .jar file in the same directory as the .bat file.
This commit is contained in:
parent
fa479431b0
commit
80d79ed5e2
|
@ -1,2 +1,2 @@
|
|||
exec java -jar depends.jar %*
|
||||
|
||||
@echo off
|
||||
java -jar %~dp0\depends.jar %*
|
||||
|
|
Loading…
Reference in New Issue