Interrups | Categories | Contents |
CL = 96h DS:DX -> Command Line Buffer (CLBUF) (see #04047)
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 04047) 00h BYTE reserved (0) 01h 128 BYTEs ASCIZ command line 81h BYTE (0)
Category: Other Operating Systems - Int E0h - R
Interrups | Categories | Contents |