www.beck-ipc.com

@CHIP-RTOS C Library V2.00 - 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.


This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document