What is the command line?
What is the command Line and how do i find in the IDE?
[55 byte] By [
Dpowers] at [2007-12-16]
The command line is not part of the IDE. It's the "traditional" interface to the operating system, where you perform operations by typing commands instead of using the mouse. For example, all .NET compilers are command line applications in the end - they're just hidden behind the Visual Studio IDE.
You open the command line by select "Run" from the start menu and typing "cmd".