<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Get my exe's directory. WinBase API'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 08:13:54 GMT</pubDate>
<item>
<title>jimfred said on 7/13/09</title>
<link>http://snipplr.com/view/14818/get-my-exes-directory-winbase-api/</link>
<description><![CDATA[ char* URL = "http://www.inprise.com";
// Now just use ShellExecute to run it
rcode = ShellExecute( NULL, "open", URL, NULL, "C:\\", SW_SHOW );

All of these functions can be found in your Win32.hlp file. ]]></description>
<pubDate>Mon, 13 Jul 2009 15:52:50 GMT</pubDate>
<guid>http://snipplr.com/view/14818/get-my-exes-directory-winbase-api/</guid>
</item>
</channel>
</rss>