1

My OS is windows 8.1 (64bit) and ConEmu version is 131225.

This is my task group and it opens 3 tabs on startup as I want.

enter image description here

>""E:\RailsInstaller\Git\bin\sh.exe" --login -i"

>E:\redis-2.4.5-win32-win64\64bit\redis-server.exe

>""E:\RailsInstaller\Git\bin\sh.exe" --login -i" rails s
  • But In last tab I also wants to run a command "rails s" just after tab opens
  • And I also want to see all console in single screen like this (on startup)

enter image description here

metal gear solid
  • 8,802
  • 55
  • 119
  • 182
  • And what is in your "Startup" page? Have you selected your task? Running in a grid example exists here and in Wiki. As about bash and rails - consult to its man, I'm not a guru. – Maximus Dec 26 '13 at 15:04
  • @Maximus yes I have selected task that's why I wrote "This is my task group and it opens 3 tabs on startup as I want." – metal gear solid Dec 26 '13 at 15:10
  • @Maximus here is my startup page http://i.imgur.com/701eQzq.jpg – metal gear solid Dec 26 '13 at 15:11
  • 1
    So, you have no problem with "script not allowed here"? Splits examples http://code.google.com/p/conemu-maximus5/wiki/NewConsole#Example_6_(Split_Screen) – Maximus Dec 26 '13 at 15:19
  • @Maximus- Thanks. Split window problem solved. Now can you help me how to run a command after tab opens? After this tab open '"E:\RailsInstaller\Git\bin\sh.exe" --login -i' I want run this command 'rails s' – metal gear solid Dec 26 '13 at 15:23
  • another example is once tab opens 'git status' should run. Is it possible? – metal gear solid Dec 26 '13 at 15:33
  • @Maximus - I tried many variations from this but nothing worked https://code.google.com/p/conemu-maximus5/wiki/Command_Line – metal gear solid Dec 26 '13 at 15:51
  • Look, I believe, this is not a question for ConEmu, but for you shell (bash, yeah?). Search for the way to run command after shell start. Even simple cmd can do that: `cmd /k "your command here"`. And praised bash can't? Hard to believe... – Maximus Dec 26 '13 at 19:27

0 Answers0