The help file for Console2 isn't opening on my Win8 or Win7 VM and I'm looking to see what command line options it supports.
Basically I have integrated it a bit with Visual Studio as a 'External' tool with this command...
Command: C:\Program Files (x86)\Console2\Console.exe
Arguments: -d "$(ProjectDir)"
Initial directory: $(ProjectDir)
But it launches a new window every time. I was hoping to make it launch a new window only if Console2 isn't running, otherwise simply open a new tab.