forked from I2P_Developers/i2p.i2p
(with a commented out set of lines for a heartbeat client/server) updated -cp lines accordingly use javaw for windows users (so they can close the damn dos boxes) toss the default logger logs into logs/ (say that three times fast) formatting
6 lines
321 B
Plaintext
6 lines
321 B
Plaintext
@echo off
|
|
title ##_scripts_winttl##
|
|
cd ##_scripts_installdir##
|
|
echo ##_scripts_message##
|
|
javaw -DloggerFilenameOverride=logs\##_scripts_logname## -Djava.library.path=. -Dcrypto.dh.precalc.min=0 -cp lib\mstreaming.jar;lib\i2p.jar -jar lib\i2ptunnel.jar -nocli -e "config localhost ##_scripts_port##" -e "##_scripts_cmd##"
|