Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
[ANN] rbbr-0.5.0
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Masao Mutoh, post: 4421407"] Hi, I don't know FreeRIDE and SciTE well. So I can't answer your question. But if you want to run it not to use command line, there are some ways. #You need to set PATH to c:\...\ruby\bin correctly. 1. Copy c:\....\ruby\bin\rbbr to c:\anywhere\rbbr.rb and click it from Explorer. 2. Create c:\anywhere\rbbr.bat and write script below: ruby -rrbbr -e 'RBBR::UI::GTK.main' Then click it from Explorer. 3. Create c:\anywhere\rbbr.vbs and write script below: Set shell = WScript.CreateObject("WScript.Shell") shell.Run "rubyw -rrbbr -e 'RBBR::UI::GTK.main'" I recommand the 3rd because it doesn't show dos prompt. #I don't know Windows well, so there may be other solutions. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
[ANN] rbbr-0.5.0
Top