Hi guys i trying make my windows software &quot;wine compatible&quot; .<br>It use ShellExecute(..) , how could i use that to open a folder in Kde or Gnome ? The best that i got is to open the wineefile with this: <br><br>ShellExecute(handle, &quot;open&quot;, &quot;explorer&quot;, &quot;path_to_folder&quot;, NULL, SW_SHOWNORMAL);<br>
<br>And i try to open a file too(for example a mp3), but it do nothing too.<br><br>ShellExecute(NULL, NULL, &quot;path_to_mp3&quot;, NULL, NULL, SW_SHOW);<br><br>Both examples work fine with all version of windows.<br><br>
<br>So, how can execute a file , and howi could open a folder with kde/gnome ?<br><br>Thanks !<br>