Add the path to $I2P to eepget.bat

Allow eepget.bat to be called from any location or copied to any location by
adding the full path to the i2p router.
This commit is contained in:
kytv
2011-09-12 10:38:30 +00:00
parent d084d18cfa
commit 435bc826d3
2 changed files with 4 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
@echo off
java -cp lib/i2p.jar net.i2p.util.EepGet %1 %2 %3 %4 %5
@echo off
set _I2PHOME=%INSTALL_PATH
java -cp "%_I2PHOME%\lib\i2p.jar" net.i2p.util.EepGet %1 %2 %3 %4 %5