...
Returned Values
None.
Notes/Warnings
None.
Example
Shell_Exec ()
File | Called from |
shell.c | Application |
Parses and executes the command passed in parameter.
Arguments
in
Pointer to a CPU_CHAR
string holding a complete command and its argument(s).
...
The Shell_Init()
function must be called before the other Shell function are invoked. Shell_Init()
must also only be called once from product's application.