mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-02 07:45:32 +00:00
a51e0c26e5
(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##"
|