Files
i2p.i2p/installer/resources/portable/win32/batch1.na
walking c212eacf19 - add new target: pkg-portable-win32 (must run buildSmall first)
- add configs/win batchfiles to installer/resources/portable

* currently only pkg-portable-win32 on win32 available
need linuxers to write target preppkg-portable-nix/pkg-portable-linux
and enable pkg-portable-win32 on linux (i doubt anyone need it ?)
shell scripts should goto installer/resources/portable/configs/linux/
2010-04-27 15:01:03 +00:00

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