<!--
    This file contains the entries that can be 'customized' on the console menu.

    The way this works is that there are currently 2 types of 'tags' (commands) that can be added:
      <Tool>   and   <ShowURL>

    They can be added to the 'Custom Menu' based on the name of the 'container' tag.
-->
<CustomConsoleMenu>
  <ExternalBridges>
    <!-- "caption" can customized to any value.  
         Use an @ before your desired shortcut character. i.e. 
    -->
    <!-- <Tool caption='@Bridges' > -->
    <Tool caption='custom_menu_bridges' >
      <Unix executable='runTransfer.sh' rundir='../unix' />
      <Windows executable='runTransfer.bat' rundir='../win32' />
    </Tool>
  </ExternalBridges>
  <ExternalTools>
    <!-- <Tool caption='Repository @Assistant' > -->
    <Tool caption='custom_menu_repos_asst' >
      <Unix executable='reposinst.sh' rundir='../unix' />
      <Windows executable='reposinst.bat' rundir='../win32' />
    </Tool>

    <!-- <Tool caption='@SQL*Plus' > -->
    <Tool caption='custom_menu_sqlplus' >
      <Unix executable='sqlplus' consoleTitle='SQLPlus' rundir='../../../bin' />
      <Windows executable='sqlplusw'  rundir='../../../bin' />
    </Tool>
  </ExternalTools>

  <WebHelpItems>
    <ShowURL caption='custom_menu_otn'
             url='http://www.oracle.com/technology/products/warehouse' />

    <ShowURL caption='custom_menu_extenions'
             url ='http://www.oracle.com/technology/products/warehouse/htdocs/OWBExchange.ht%6Dl' /> <!-- Note: it seems that rundll32 doesn't like .htm or .html extensions, so use %6D which is 'm' -->

    <ShowURL caption='custom_menu_training'
             url='http://www.oracle.com/technology/products/warehouse/htdocs/OTN_Training.ht%6Dl' />

    <ShowURL caption='custom_menu_discussion'
             url='http://www.oracle.com/technology/forums/owb.ht%6Dl' />
    
    <!-- <ShowURL caption='Get Experts'
                  url='http://otn.oracle.com/products/warehouse/htdocs/OWBExchange.html?cat=SCR&submit=Search' /> -->

  </WebHelpItems>

</CustomConsoleMenu>
