|
-
Jun 9th, 2003, 01:43 PM
#1
Thread Starter
Fanatic Member
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.
-
Jun 9th, 2003, 02:59 PM
#2
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.
-
Jun 9th, 2003, 03:14 PM
#3
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|