| Concept Framework 2.2 documentation | Contents | Index |
| Name | Version | Deprecated |
| exec | version 1.0 | no |
| number exec(string szExecPath[, string szParameter1, ...]); |
| szExecPath | the path to execute |
| szParameterN | the Nth argument to szExecPath |
| Loads and executes a new process (independent of the current one). When calling exec, a new process will be created. The control to the current process will be returned when the execution will end. This function is a little different of its C equivalent: the current process will NOT be replaced by the current one (equivalent to windows spawnl or fork + exec on penguins). |
| Documented by Simona Plesuvu, generation time: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |