[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DOS 3.3 command interpreter accessible from ML?
- Subject: DOS 3.3 command interpreter accessible from ML?
- From: "Benjamin Summers" <summersb@ucs.orst.edu>
- Date: 1998/08/13
- Newsgroups: comp.sys.apple2
- Organization: Network for Education and Research in Oregon
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?