Printing in the same console from where the exe is called
Hi All,
I'm writing a VB EXE that just does something quickly without a form. It gets called from a "DOS" command window. I need to return the results automatically back to that 'same DOS command window'. Sort of like when you type "DIR" you get the results listed right away in the same DOS window. How do we print text back to that same DOS window from where the VB exe is run? (WriteConsole creates a new console window and displays the text)
Thanks & Regards,
Jeeva
Re: Printing in the same console from where the exe is called
Write to the console (con: ). I believe vb supports that.