back to Command Reference
[FX-870P/VX-4]
Delete a file from floppy disk.
KILL "file descriptor"
KILL "0: TEST.DAT"
KILL "0: *.DAT"
file descriptor: String expression specifying the device and filename.
Wildcards * and ? are supported in the filename portion.
* matches any sequence of characters, and ? matches any
single character. Using wildcards allows deletion of multiple files at once.