Hello,

I'm using Rose 2001 Enterprise.

I want to execute a  VC++ program  in a rose menu.
I create a file.mnu.

/* file.mnu */

Menu Tools
{
        Separator
        Menu "Web Publisher"
        {
                option "Generate HTML"
                {
                        InterfaceEvent "Rose Web Publisher" ShowDialog
                }
                option "Rectify HTML"
                {
                        Exec $WPUB\bin\NewWebPub.exe
                }               
        }
}


My new menu appear in Rose. But when I select "Rectify HTML", there is no
action.
How can I execute a VC++ program from Rose Menu ?

Thank you


_________________________________________

 Vincent IBANEZ
 THALES COMMUNICATION
 Service Genie Logiciel
 Tel : 01 46 13 31 29  
 Email : [EMAIL PROTECTED]
_________________________________________


************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: 
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to