INT 14 - Interconnections Inc. TES - SEND STRING TO COMMAND INTERPRETER         
	AH = A8h
	AL = 00h no visible response
	ES:SI -> ASCIZA NUL-terminated ASCII string.	The ASCIZ string "ABC" consists of the four bytes 41h, 42h, 43h, and 00h.  Unless otherwise specified, maximum lengths given in the interrupt list do not include the terminating NUL. command
Return: ???