Ruby and Windows interaction

Hi

Is it possible in ruby to :

  1. Close a windows application dialogue window - such as a system
    notification window, or an application like Outlook?
  2. Package up a ruby program into an .exe file which can standalone and be
    used without having to install ruby on the platform?

any help appreciated

Thanks

Kingsley

“Kingsley Hendrickse” KHendric@thoughtworks.com schrieb im Newsbeitrag
news:OF53D8A83E.35AA92EA-ON86256D58.0032E9E2-80256D58.00335968@thoughtworks.com

Hi

Is it possible in ruby to :

  1. Close a windows application dialogue window - such as a system
    notification window, or an application like Outlook?

Yes, here you’ll find some basic hints:
http://www.rubycentral.com/book/win32.html Additionally you need to know
the API calls to perform what you want to do.

  1. Package up a ruby program into an .exe file which can standalone and
    be
    used without having to install ruby on the platform?

I think there was a solution for this. Maybe do a search via Google or
ruby-talk archive.

robert
  1. Package up a ruby program into an .exe file which can standalone and
    be > used without having to install ruby on the platform?

Try using exerb

-Vivek

···

Bigamy is having one wife too many. Monogamy is the same. - Oscar Wilde

Well, these are extremely important questions, when you choose a new
language. There was a thread why PHP is so popular.
So, what ruby will do? I think making some order in the
modules-ideas-whatever will greatly improve the image of ruby…

Gergo

···

On 0703, Robert Klemme wrote:

  1. Package up a ruby program into an .exe file which can standalone and
    be used without having to install ruby on the platform?
    I think there was a solution for this. Maybe do a search via Google or
    ruby-talk archive.


±[ Kontra, Gergelykgergely@mcl.hu PhD student Room IB113 ]---------+

http://www.mcl.hu/~kgergely “Olyan langesz vagyok, hogy |
Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom” |
±- Magyar php mirror es magyar php dokumentacio: http://hu.php.net --+

“KONTRA Gergely” kgergely@mlabdial.hit.bme.hu schrieb im Newsbeitrag
news:20030703170003.GA18567@mlabdial.hit.bme.hu…

  1. Package up a ruby program into an .exe file which can standalone
    and
    be used without having to install ruby on the platform?
    I think there was a solution for this. Maybe do a search via Google
    or
    ruby-talk archive.

Well, these are extremely important questions, when you choose a new
language. There was a thread why PHP is so popular.
So, what ruby will do? I think making some order in the
modules-ideas-whatever will greatly improve the image of ruby…

? There is an order on the RAA. See under “Directory” at
http://raa.ruby-lang.org/

robert
···

On 0703, Robert Klemme wrote: