command-window

Can the Visual Studio (2010) Command Window handle "external tools" with project/solution relative paths?

I have been playing with the Command Window in Visual Studio (View->Other Windows->Command Window). It is great for several mouse-free scenarios. (The autocompleting file "Open" command rocks in a non-trivial solution.) That success got me thinking and experimenting: Possibility 1.1: You can use the Alias commands to create custom comm...

Which Visual Studio Command Window commands to you find most useful?

I've only recently started using the Visual Studio Command Window, and for the vast majority of the time, it's in order to use the of (open file) command. Which commands do you find the most useful (and what do they do, if it's not obvious)? ...

C++ Can I print the content of 1 or 2 dim array using Visual Studio's Command window?

C++ Can I print the content of 1 or 2 dim array using Visual Studio's Command window? I guess it comes down to whether a "command window" support some kind of loop and print (?) syntax or not. ...