forked from I2P_Developers/i2p.i2p

Allow eepget.bat to be called from any location or copied to any location by adding the full path to the i2p router.
4 lines
109 B
Batchfile
4 lines
109 B
Batchfile
@echo off
|
|
set _I2PHOME=%INSTALL_PATH
|
|
java -cp "%_I2PHOME%\lib\i2p.jar" net.i2p.util.EepGet %1 %2 %3 %4 %5
|