@CHIP-RTOS C Library V2.06 - BIOS API
BIOS_Execute
Execute a command shell command. int BIOS_Execute ( const char far *command_line ); Parameters
command_line
- Pointer to a null terminated command line.
Return Value
- 0 : succes
!=0 : on error
Comments
- This function passes the command string to the command interpreter.
Internal commands are processed in the current task, external
commands (.exe files) are loaded and executed in a new task.
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 |
-
V1.00 | V1.00 | V1.00 | V0.90 |
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|