CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: skyrebel

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    12,089

    Re: Running Ruby scripts from C# application

    Thanks very much. This seems to work nicely. I wasn't aware you were allowed to change the working directory dynamically. Does this cause any side effects?
  2. Replies
    7
    Views
    12,089

    Re: Running Ruby scripts from C# application

    This code returns the path where the ruby scripts and classes are located.
  3. Replies
    7
    Views
    12,089

    Re: Running Ruby scripts from C# application

    Yes, this path is set for Ruby via the environment variable RUBYPATH (or something). Running the ruby scripts from command line using Ruby is not a problem. Running them from the C# application gives...
  4. Replies
    7
    Views
    12,089

    Running Ruby scripts from C# application

    What I am trying to achieve is creating a C# application that wil run several Ruby scripts from a several locations.

    In my C# project I have added references to several .dll files (e.g....
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured