views:

48

answers:

2

I'm getting familiar with VS2008. I made a batch file, with some Echo statements. I have the batch file running after a successful build. Is there a console window that I may see the echo outputs?

A: 

If I'm understanding you correctly, look at the Output window.

To get the output window, Go to View -> Output or Ctrl+W, O

Kyle Rozendo
yes, it sounds like that's what i want, how/where do i find it?
bmw0128
got it, thanks.
bmw0128
A: 

To display the Output window, select Output from the View menu.

ring bearer