Results 1 to 5 of 5

Thread: Command Line Messages

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    67
    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?

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    67
    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.

  3. #3
    Addicted Member Stephenb's Avatar
    Join Date
    Nov 2000
    Location
    Phoenix, Arizona.
    Posts
    172

    Post

    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.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    67
    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?

  5. #5
    Addicted Member Stephenb's Avatar
    Join Date
    Nov 2000
    Location
    Phoenix, Arizona.
    Posts
    172
    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
  •  



Click Here to Expand Forum to Full Width