home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / jbuilder / TRIAL / JBUILDER / JRUNTIME.Z / _TOOLS.CFG < prev    next >
Encoding:
Text File  |  1998-05-08  |  1.2 KB  |  48 lines

  1. # Borland IDE AddIns
  2. # Feb 26, 1998
  3. # Entries in this file will appear on the Tools pulldown in JBuilder's main 
  4. # menu.  
  5. #
  6. # The entries are intended to make it easy to interact with external tools from 
  7. # within JBuilder.  
  8. # Entires must be four lines long, with set of four interpreted as follows:
  9. #   1. name to appear on the menu
  10. #   2. name of executable to spawn (this should be available on the path)
  11. #   3. directory to use as the "current" directory for the executable
  12. #   4. arguments to pass to the executable
  13. #
  14. # Names preceded with a "/" indicate services that can be started and stopped from
  15. # the menu.
  16. #
  17. # The arguments line may contain the following:
  18. #    $NodeName - will expand to be the fully qualified path name of the 
  19. #                currently selected JBuilder node
  20. #    $AppName  - will expand to be the name of JBuilder's application
  21. #
  22. # Blank lines and lines starting with the '#' character are ignored.
  23. #
  24. /VisiBroker Smart Agent
  25. osagent.exe
  26. .
  27. -C
  28. /RMIRegistry
  29. rmiregistry.exe
  30. .
  31. -minimize
  32. -
  33. Notepad
  34. notepad.exe
  35. .
  36. $NodeName
  37.  
  38. Calculator
  39. calc.exe
  40. .
  41.  
  42. SQL Explorer
  43. sqlexplorer.exe
  44. .
  45. -BridgeURL="jdbc:BorlandBridge:%s"
  46.