What are you trying to accomplish?  Rather, why does the Quit()
function not work for you?

You may have better luck asking in the Ruby group:
http://groups.google.com/group/ruby-talk-google

Thanks,
Adam

On Apr 19, 10:21 am, arihan sinha <arihan.si...@googlemail.com> wrote:
> Hi,
>
> Is there any way to kill the powerpoint application through ruby apart from
> ppt.Quit()
>
> ppt = WIN32OLE.new('PowerPoint.Application')
>         ppt['Visible'] = true
>         doc = ppt.ActivePresentation
>         slidecount = doc.Slides.Count
>
>         doc.Close()
>
>         ppt.Quit()
>
> --
> Before posting, please readhttp://watir.com/support. In short: search before 
> you ask, be nice.
>
> You received this message because you are subscribed 
> tohttp://groups.google.com/group/watir-general
> To post: watir-general@googlegroups.com

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com

Reply via email to