Munish,
What version of Rose are you using? I am presently using Rose 2002 and I find that modelint.exe is working as documented. I check model a.mdl against a different model b.mdl and it returns 1. When I compare a.mdl to itself it returns 0. I have a little batch file that checks the errorlevel of the previous program. --- run.bat --- modelint -compare C:\a.mdl C:\b.mdl echo off if errorlevel 1 goto failure goto sucess :failure echo "Failure" goto endbatch :sucess echo "Sucess" goto endbatch :endbatch --- EOF --- I hope this helps, Paul Cooley --- Munish Talwar <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to use the following > > modelint -compare secure1.mdl secure2.mdl > > To find differences between these two models, but > this command does not > return any thing back. As per the documentation > this should return 0 if > identical or 1 if different. > > I know that these two models are different, when I > use the GUI model > integrator to compare I can see the right results, > but command line util is > not working. Any body know any thing? Is this a > known bug?? > > Also is it possible to use this command line (or any > other) to compare the > models and spool out all the difference in a txt > file or on the console?? > > > > Thanks > MT > > ************************************************************************ > * Rose Forum is a public venue for ideas and > discussions. > * For technical support, visit > http://www.rational.com/support > * > * Post or Reply to: [EMAIL PROTECTED] > * Subscription Requests: [EMAIL PROTECTED] > * Archive of messages: > * > http://www.rational.com/support/usergroups/rose/rose_forum.jsp > * Other Requests: [EMAIL PROTECTED] > * > * To unsubscribe from the list, please send email > * To: [EMAIL PROTECTED] > * Subject: <BLANK> > * Body: unsubscribe rose_forum > ************************************************************************* > __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum *************************************************************************
