RUN
Command
[RUN] [(X)] filespec [command text]
Loads a program named filespec into memory and executes it.
You can use
RUN
to execute a program.
Typing RUN
is
optional. You can load and execute a program from
the TRSDOS Ready prompt by simply typing
in
the name of the
program (without the RUN).
The default extension for filespec
is
CMD.
X executes a program from a non-system disk for the single drive
user.
Command text
is
an
optional value which the program you specified
may require.
When running a program, observe the following address restrictions:
RUN
filespec must load above X'2FFF'.
RUN
(X)
filespec must load above X'2FFF'.
Examples
RUN
CONTROLI
CMD
(ENTER)
loads a program named CONTROLlCMD and executes
it.
CONTROLlCMD
(ENTER)
loads a program named CONTROLlCMD and executes
it.
RUN
PROG
(ENTER)
loads a program named PROG/CMD and executes
it.
Since you did
not supply a file extension, it defaulted to
ICMD.
RUN
(J{)
TRADERS/CMD:
Ql
(ENTER)
loads TRADERS/CMD from a non-system disk. First you are
prompted with the message:
Ins
e r t
SOU
RCE
dis
f,
(ENTER)
Insert the disk containing the program into Drive
(1)
and press
(ENTER).
After the program
is
loaded into memory, you are prompted with:
Insert
SYSTEM disfdENTER)
Insert the system disk back into Drive
(1)
and press
(ENTER);
program
execution begins.
1-110