I'm currently using batch files to pause very simple C++ programs and I noticed that in Vista batch files add an address above each line in the CP. This is very annoying and I was wondering if there is a way to disable this.

Here's my "Hello World" output in the CP:

C:\Users\Trennto\Documents\Project Files>hello_world.exe
Hello World!

C:\Users\Trennto\Documents\Project Files>pause
Press any key to continue . . .