Results 1 to 3 of 3

Thread: Invoke a Console app from a Win app?

  1. #1

    Thread Starter
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681

    Invoke a Console app from a Win app?

    This should be easy - how do you execute a DOS prompt command in code in a Windows Application?

    I want to call an exe from my windows app using the dos prompt.

    Thanks.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    You might be able to Shell it. Otherwise you could have the app write a batch file withthe commands and then delete it after they execute.

  3. #3

    Thread Starter
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    Good idea about the batch file! I didn't even think about that!

    Thanks.

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