|
-
April 18th, 1999, 04:26 PM
#1
Running an .exe
I am having difficulties in just running a program from within my program. I have a couple of books but the best I can find is to use the system function
-
April 19th, 1999, 05:03 AM
#2
Re: Running an .exe
Hi,
You can try adding this line to your code:
system("start Iexplore.exe");
but ensure that Iexplore is in your current path
Chao
-
April 19th, 1999, 05:13 AM
#3
Re: Running an .exe
Use the ShellExecute or ShellExecuteEx Win32 API functions as documented in the VC++ online help.
Dave
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
|