Heya folks,<br><br>I&#39;ve noticed in the Javascript API there is a bool runApplication(string exe[, array args]) [0] function that allows you to run<br>
 an executable with optional arguments. If I try running a command-line executable instead of a GUI one ( for example<br>
 runApplication(&quot;ls&quot;, &quot;my/favourite/directory/&quot;) ), returning a bool value is not useful at all.<br>So my question is: it is possible to get the string with the result of the command above?<br>Or, from an other point of view: is it planned to add a KProcess Javascript binding for Plasma?<br>
Cheers,<br><br>Diego.<br><br>[0] <a href="http://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/API#LaunchApp">http://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/API#LaunchApp</a><br>