Download Print this page

Radio Shack TRS-80 model III Owner's Manual page 119

Mini-disk operation, trsdos disk operating system, disk basic programming language
Hide thumbs Also See for TRS-80 model III:

Advertisement

TRS-80
MODEL
III
DISK
SYSTEM
File
Manipulation
KILL
Delete
a
File
from
the
Disk
/j$$'4eM
a
file
specification
for
an
existing
file,
This
command
works
like
the
trsdos
kill
command
see
trsdos
Library
Commands.
Example
KILL
H
OLDFILE/BAS*PSWi
H
deletes the
file
specified
from
the
first
drive
which
contains
it.
Do
not kill
an
open
file,
or
you
may
destroy
the
contents of
the diskette.
(First,
close
the
open
file.)
LOAD
Load
BASIC
Program
File
from
Disk
where $jp$
defines a
filespec
for
a
basic
program
file
stored
on
disk.
r
tells
basic
to
nm
the
program
after
it
is
loaded.
This
command
loads a
basic
program
file
into
ram;
if
the
r
option
is
used,
basic
will
proceed
to
run
the
program
automatically; otherwise,
basic
will
return to the
command
mode.
118

Advertisement

loading