|
-
Mar 27th, 2001, 12:11 PM
#1
Thread Starter
Lively Member
My exe executes from the command line. I want messages from the app to be sent to the dos window from where the app was called. How do I do this?
-
Mar 27th, 2001, 12:22 PM
#2
Thread Starter
Lively Member
What I am tring to say is that the exe works fine, but the only way I know to inform the user of the progress is by using MsgBox, which I don't want to do.
-
Mar 27th, 2001, 12:35 PM
#3
Addicted Member
Take a look at this.
http://www.vb-world.net/articles/console/
I think that may be what you are looking for.
Stephen Boston
Onward!
 VB6 Pro SP4, VBScript
A+ Certified Techncian.
No matter where you go, there you are.
-
Mar 27th, 2001, 02:33 PM
#4
Thread Starter
Lively Member
This helps to an extent. But it requires the creation of a new console to send messages to. Is there a way I can send it to the calling console?
-
Mar 27th, 2001, 05:06 PM
#5
Addicted Member
Looking further into that article I found one of the feedback posts to be helpful. One of the readers wrote a program that allows another program to output to the console/dos window that the programs were spawned from.
http://www.vb-world.net/php-bin/feed...backtopicid=75
Might be a round about way to do what you need or it may spark something else for you.
Good luck!
Stephen Boston
Onward!
 VB6 Pro SP4, VBScript
A+ Certified Techncian.
No matter where you go, there you are.
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
|