i J
n
! 1
r:
: I
EXIT
EXIT
Chapter 6 / Command Reference
Internal
n
n
I :
, ,
; I
I :
l :
Ii
I
t l
!I
l J
G
I '
r-'
I I
, I
I J
Returns
control from a secondary command processor to
the
invoking program,
if
one exists.
If
you have entered a secondary
command processor from
an
application program, use EXIT to
return
to
the
application.
Notes
and
Suggestions
• While
running
an
application program, you may need to use
an
MS-DOS command.
To
do
so, you
must
first invoke a sec-
ondary
command
processor from your
program.
Enter
the
command you wish to use. When complete, enter EXIT to
return
to your application program.
Examples
Invoke a secondary command processor from your program,
then
type your command.
d
lr
b:
I
ENTER
I
ex
1 t I
ENTER
I
lists
the
directory of Drive B,
then
returns
to your application
program.
81