I have a .bat file that is supposed to start a console exe created with vb.net vs2010. The .bat file starts and issues the command and my console window opens but the program does not run.
I have Console.Writeline() statements in the program that display progress as the program executes but I don't see any of that information being generated. The program runs fine from the IDE but when attempting to run it from the .bat file it just doesn't run. Arggggg!
When I try to run the exe from the .bat file I see:

WRONG!
When I run the program from the IDE I see something like this:

RIGHT! :)
This is maddening! Any help?
Thanks.
Henry