I have installed the JRuby Stack environment in Windows which uses the default windows cmd as a console. I want to use Console 2 but unfourtunately I don't know how to configure it.
I tried creating a new tab in Console to and in Shell I gave it the path to
"C:\Program Files\BitNami JRubyStack\use_jruby.bat"
Unfourtunately, this bat opens the CMD by default:
@echo off
CALL C:\PROGRA~1\BITNAM~1\scripts\setenv.bat"
cd "C:\Program Files\BitNami JRubyStack"
START "BitNami JRubyStack Environment" cmd
So.. any ideas? Thanks!