On Thu, 6 Apr 2006 08:48:42 +0900 Carsten Haitzler (The Rasterman)
<[EMAIL PROTECTED]> wrote:

> starters. the solution might be to provide an escaper that lets you
> build a comamndline - maybe an ecore_exe_snprintf() that has a %E
> (thats used by printf - but you get the idea), OR maybe a simple
> 
> char *cmd;
> 
> cmd = ecore_exe_command_parameter_append(cmd, "firefox");
> cmd = ecore_exe_command_parameter_append(cmd,
> "http://www.blah.com?f=10";); ecore_exe_run(cmd, NULL);
> free(cmd);
> 
> etc.

I'll add that to the TODO.

Attachment: signature.asc
Description: PGP signature

Reply via email to