forked from I2P_Developers/i2p.i2p
6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
![]() |
@echo off
|
||
|
if not exist logs md logs
|
||
|
if not exist tmp md tmp
|
||
|
i2psvc -c wrapper.config
|
||
|
if exist logs rd logs /s /q
|
||
|
if exist tmp rd tmp /s /q
|