MOVE
MOVE
F=format
Specifies long (F=L) or short (F=S) listing format.
The
short form (default) consists of name and drive while the
long form gives name, drive, file type, record count,
record length, file properties, starting address, date of
creation, and date of last modification.
Additionally, the
number of files examined, the number of files moved, and
the number of sectors used by moved files is also given.
L=listing_disposition
The listing is normally routed to SYSLST but can be routed
to any device or file.
For example, L=$CON would route
output to the console (SYSLST may also be asigned to this
device) or L=2/FILELISTING would route the output to file
'FILELISTING' on unit 2 of the master device.
All output
generated to the specified device or file will be buffered,
i.e., several lines will be transferred at one time.
While
output is active at the console, entering a '?' character
will cause output to stop until another '?' character is
entered.
If the ESCape character (ASCII IBH) is typed,
output will be terminated and control will return to the
Executive.
Q=query
Permits selective copying of files that match the other
options.
Default is Q=N, which moves all files
which match the given criteria.
If Q=Y is specified, a
message of the form:
MOVE source device : source drive / source file name TO
destination device
destination drive / destination filename
(Y/N/A/Q)? -
-
response of 'Y(es)' will move the file,
'N(o)' will not move it
and go on to the next file,
'A(ll)' will move the file and
suppress the query for all subsequent files, and 'Q(uit)' will
not move the file and will terminate the program.
Any other
r~sponse
will cause the query to be repeated.
- 95 -
Need help?
Do you have a question about the Z80-RIO and is the answer not in the manual?