Ruby and Windows interaction

Ask a Question related to Ruby, Design and Development.

  1. #1

    Default Re: Ruby and Windows interaction


    "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:
    [url]http://www.rubycentral.com/book/win32.html[/url] Additionally you need to know
    the API calls to perform what you want to do.
    > 2. 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

    Robert Klemme Guest

  2. Similar Questions and Discussions

    1. question about ruby under windows
      hello, is it possible in a ruby script to make Internet Explorer and/or Netscape open a URL? thx jf
    2. Focusing more on Ruby ... Windows ver?
      OK, after this C# book is over, I'll be getting back into Ruby more. It's more fun in a number of ways. Martin Fowler, who got me using XSLT, has...
    3. PostgreSQL, Ruby, FX Ruby and Windows XP
      Is it possible to connect to PostgreSQL database using Ruby under Windows XP. I need to do simple client for person who can use only Windows and I...
    4. Apache/FastCGI with Ruby on Windows
      I've compiled fastcgi support into my windows version of Ruby (1.6.8), and I've compiled Apache 2.0 for Windows with support for the fastcgi...
    5. ruby-postgres for windows?
      Does anyone know where I can find some precompiled binaries for ruby-postgres on windows? =================================== Carl Youngblood...
  3. #2

    Default Re: Ruby and Windows interaction

    |
    |> 2. 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


    Vivek Nallur Guest

  4. #3

    Default Re: Ruby and Windows interaction

    On 0703, Robert Klemme wrote:
    >
    > > 2. 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...

    Gergo

    --
    +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+
    | [url]http://www.mcl.hu/~kgergely[/url] "Olyan langesz vagyok, hogy |
    | Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" |
    +-- Magyar php mirror es magyar php dokumentacio: [url]http://hu.php.net[/url] --+

    KONTRA Gergely Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139