|
-
Nov 2nd, 2003, 06:28 PM
#1
Thread Starter
Registered User
Start External App
Hi all,
I need to start an external application from within my program. This is usually no big deal using shell(), but in this case I need to set the working directory first.
Can someone help out with that? The equivalent batch file would look like:
cd "\Program Files\externalapp"
externalapp.exe
Normally, I'd do the batch file thing, but my program is a frontend for several programs, so I'd have to create several batch files, which would be counterproductive.
Thanks,
Gabe
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
|