home *** CD-ROM | disk | FTP | other *** search
- # Borland IDE AddIns
- # Feb 26, 1998
- #
- # Entries in this file will appear on the Tools pulldown in JBuilder's main
- # menu.
- #
- # The entries are intended to make it easy to interact with external tools from
- # within JBuilder.
- #
- # Entires must be four lines long, with set of four interpreted as follows:
- # 1. name to appear on the menu
- # 2. name of executable to spawn (this should be available on the path)
- # 3. directory to use as the "current" directory for the executable
- # 4. arguments to pass to the executable
- #
- # Names preceded with a "/" indicate services that can be started and stopped from
- # the menu.
- #
- # The arguments line may contain the following:
- # $NodeName - will expand to be the fully qualified path name of the
- # currently selected JBuilder node
- # $AppName - will expand to be the name of JBuilder's application
- #
- # Blank lines and lines starting with the '#' character are ignored.
- #
- /VisiBroker Smart Agent
- osagent.exe
- .
- -C
- /RMIRegistry
- rmiregistry.exe
- .
- -minimize
- -
- Notepad
- notepad.exe
- .
- $NodeName
-
- Calculator
- calc.exe
- .
-
- SQL Explorer
- sqlexplorer.exe
- .
- -BridgeURL="jdbc:BorlandBridge:%s"
-