6. COMMANDS AND RESPONSES
45
SHOW_DELAY_SAMPLE
Shows the Delay Sample setting. See also SET_DELAY_SAMPLE.
Responses:
$C00003090
The sample number is 00003, and 090 is the checksum.
SHOW_DEVICE
Returns the number of the currently selected device (see SET_DEVICE command). See also
START and STOP.
Responses:
$A001246<CR>
Device number 1 is currently selected device.
$A002247<CR>
Device number 2 is currently selected device.
$A003248<CR>
Device number 3 is currently selected device.
$A004249<CR>
Device number 4 is currently selected device.
SHOW_DIRECT
[“filename.ext”]
Responds with the first item in the RAM Disk or ROM Disk directory which matches the
specified file name. Wildcards are permissible and if a drive letter is included, A: should be
used for the ROM Disk and C: should be used for the RAM Disk. If no drive letter is
included, C: is used. If no filename is included, C:*.* is used. SHOW_DIRECTORY_NEXT
returns the next entry in the directory list.
Responses:
MCBLOCAL.INI 97 01-10-1997 04:24
SHOW_DIRECT_ALL
[“filename.ext”]
Responds with the directory entries on the RAM Disk or ROM Disk directory which match
the specified filename. Wildcards are permissible and if a drive letter is included, A: should
be used for the ROM Disk and C: should be used for the RAM Disk. If no drive letter is
included, C: is used. If no filename is included, C:*.* is used. This command returns multiple
response records until all matching directory entries have been returned.
Responses:
MCBLOCAL.INI 97 01-10-1997 04:24
SHOW_DIRECT_NEXT
Responds with the next matching directory entry which matches the filename specified in a
SHOW_DIRECTORY command. If there are no more matching entries, a %131137 response
is returned.
Execution Errors:
%131137085<CR>
No more matching entries.