01.06.2013 Views

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Return Value<br />

Comments<br />

Top of list<br />

Index page<br />

AX=version number, AH is major version, AL is minor version.<br />

If DX is set it is a Beta version.<br />

Example:<br />

If the function returns 0x0100 in AX, this means that you have version 1.00.<br />

Interrupt 0xA0 service 0x14: Set batch file execution mode.<br />

Sets the batch file execution mode of DOS programs for either concurrent or sequential execution.<br />

See BATCHMODE initialization documentation for details.<br />

Parameters<br />

AH<br />

AL<br />

BX<br />

Must be 0x14<br />

AL = 0: (Selects default BATCHMODE=0, = concurrent)<br />

AL = 1: (Sets BATCHMODE=1, = sequential)<br />

BX = 0: Disable the max. delayed execution timeout of DOS programs<br />

BX = 1: Enable the max. delayed execution timeout of DOS programs at a batchfile, if BATCHMODE=1<br />

Return Value<br />

Comments<br />

returns nothing<br />

Important:<br />

If BATCHMODE=1take care that every program in your batch file which has a successor<br />

program either exits (int21h 0x4C)or terminates resident with int21h 0x31.<br />

A program which runs forever should call BIOS Interrupt 0xA0 Service 0x15, which immediately enables the further batch file<br />

sequencing.<br />

By default the maximum delay time for execution of the next listed program in the batch file is 15 seconds.<br />

If BX is set to 0, the successor program in a batch file waits forever for execution, if the predecessor program<br />

does not finish or call 0xA0 Service 0x15<br />

Related Topics<br />

Top of list<br />

Index page<br />

Initial batch mode configuration<br />

BATCHMODE command<br />

Interrupt 0xA0 service 0x15: Allow immediate further batch file execution in BATCHMODE 1.<br />

This call allows the next program listed in a batch file to start execution.<br />

This is implemented by waking up a batch file execution task which dispatches any<br />

subsequent program listed in the batch file.<br />

Page 86 / 400

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!