home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / inprise / JRUNTIME.Z / _TOOLS.CFG < prev    next >
Text File  |  1998-05-08  |  1KB  |  35 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. Notepad
  25. notepad.exe
  26. .
  27. $NodeName
  28.  
  29. Calculator
  30. calc.exe
  31. .
  32.  
  33.