This website requires JavaScript.
Explore
Help
Sign In
I2P_Developers
/
i2p.itoopie
Watch
3
Star
0
Fork
0
You've already forked i2p.itoopie
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
0c51f2b583b1502f8619c2fd3136f99640ad07da
i2p.itoopie
/
installer
/
resources
/
i2prouter_win9x.bat
4 lines
53 B
Batchfile
Raw
Normal View
History
Unescape
Escape
(release in the next hour or so) 2004-09-08 jrandom * Updated the "Active:" peer count to display the # of connections as well as the number of recently active router identities. * Implement some basic updating code - on startup, if there is a file named "i2pupdate.zip" in the I2P installation directory, extract it, delete it, then restart. * Added an ugly little script to allow launching the router on win9x machines without a dos box (using javaw to run a .bat file). * Logging updates. * Updated VERSION constants to 0.4.0.1
2004-09-09 02:26:42 +00:00
@
echo
off
2004-10-27 jrandom * Fix a strange race condition on i2cp client disconnect. * win98 startup fixes (thanks tester-1 and ardvark!) * include build scripts for the new streaming lib (which is NOT ready for use yet, but you can hack around with it) (enjoy, duck)
2004-10-28 02:11:52 +00:00
start
/m I2Psvc.exe -c wrapper.config
(release in the next hour or so) 2004-09-08 jrandom * Updated the "Active:" peer count to display the # of connections as well as the number of recently active router identities. * Implement some basic updating code - on startup, if there is a file named "i2pupdate.zip" in the I2P installation directory, extract it, delete it, then restart. * Added an ugly little script to allow launching the router on win9x machines without a dos box (using javaw to run a .bat file). * Logging updates. * Updated VERSION constants to 0.4.0.1
2004-09-09 02:26:42 +00:00
exit
Reference in New Issue
Copy Permalink