|
-
February 7th, 2005, 11:05 AM
#1
How can I execute another program programmaticly......
...that is listed in the PATH under Enviroment Variables?
Currently I'm using _spawnl, but that requires a full path to the ".exe" file.
Thanks!
-
February 7th, 2005, 11:14 AM
#2
Re: How can I execute another program programmaticly......
Best Regards,
--Zim If you find this post useful, please rate it.
_________________________________
"Have you the brain worms?!?!?"
-
February 7th, 2005, 11:46 AM
#3
Re: How can I execute another program programmaticly......
You could use SearchPath(...) to retrieve the full path of the executable. It searches whatever is in the PATH variable last, so there may be a problem if the executable exists in more than one directory.
Regards
Robert Thompson
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
|