|
-
Dec 12th, 2005, 12:39 AM
#1
Thread Starter
New Member
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
-
Dec 12th, 2005, 07:43 PM
#2
Re: Printing in the same console from where the exe is called
Write to the console (con: ). I believe vb supports that.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|