See on line help,

Menu Actions

Exec pathname [arg2 [arg3 ...[arg10]]]
 Executes the program or shell script contained in the file
 designated by program-name. (If the program is not located in the
 current directory, it must be in a directory in the execute path.).


Patrick Kennedy
 Rational Support


On May 30, 11:45, [EMAIL PROTECTED] wrote:
> Subject: (ROSE) How can I execute a VC++ program from Rose Menu ?
>
> 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
> *
> *************************************************************************
>-- End of excerpt from [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