::wxExecute

void wxExecute(char *command)

Executes a command in UNIX or Windows. Note that under Windows, the function immediately returns, whereas under UNIX, it does returns only after the command has finished executing, unless the command is executed in the background (append an ampersand).