home *** CD-ROM | disk | FTP | other *** search
/ com!online 2005 May / com_0505_1.iso / internet / filesharing / freenet-webinstall.exe / FLaunch.ini next >
Encoding:
INI File  |  2004-03-26  |  1.1 KB  |  34 lines

  1. [Freenet Launcher]
  2. # following the runtime binaries to be used for the Java classes
  3. # Javaexec/javaw should point to your Java Runtime binaries (jview.exe/java.exe and javaw.exe)
  4. javaexec=java.exe
  5. javaw=javaw.exe
  6.  
  7. # Commands to be executed by Java
  8. frequest=freenet.client.cli.Main get
  9. finsert=freenet.client.cli.Main put
  10. fclient=freenet.client.cli.Main
  11. fserve=freenet.node.Main
  12. # the wrapper can take only 8 char long names for now. Switch to
  13. # fservecli in the long run
  14. fservecli=freenet.node.Main
  15. fservew=freenet.node.Main
  16. cfgnode=freenet.config.Setup
  17.  
  18. # settings for seeding references
  19. # it will call: %FSeed% %seedcmdpre% %RefFile% %seedcmdpost%
  20. FSeed = fserve.exe
  21. seedcmdpre = --seed
  22. seedcmdpost =
  23.  
  24. # how to call the configurator from the system tray utility
  25. Fconfig = NodeConfig.exe
  26. fconfigUseJava = 0
  27.  
  28.  
  29. # with which executable should the commands be run (javaexec is default)?
  30. # e.g. uncomment to run the command without a DOS box
  31. # but also using perl or plain .exe files (leave the executable empty then) are possible in theory
  32. fservew_exec=javaw
  33. cfgnode_exec=javaw
  34.