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:
Bjorn Pettersen 2021-04-04 14:23:24 +02:00
parent fa479431b0
commit 80d79ed5e2
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
exec java -jar depends.jar %*
@echo off
java -jar %~dp0\depends.jar %*