Int E0 - Real/32 - "p_cli" - Run Command Line Interface [O]
CL = 96h
DS:DX -> Command Line Buffer (CLBUF) (see #3779)
Return: AX = status
Desc: execute the indicated command concurrently with the calling process;
system queue commands, .BAT, .CMD, .COM, and .EXE files can be
executed
Note: the calling process will lose its virtual console and must reattach it
before attempting any I/O
See Also: INT E0/CL=92h
Format of REAL/32 Command Line Buffer (CLBUF):
Offset Size Description (Table 3779)
00h BYTE reserved (0)
01h 128 BYTEs ASCIZ command line
81h BYTE (0)