[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DOS 3.3 command interpreter accessible from ML?



I was wondering if the DOS 3.3 command interpreter (i.e. the one you issue
commands to from the ] prompt or with a chr$(4) from BASIC) is accessible
from machine language routines.  Specifically, I was wondering if you can
access the interpreter via the COUT routine by first sending it the ASCII
code 4 followed by the ASCII characters for a DOS command.  Can anyone help
me out?