PRESCRIBE Command Reference
250
RWRF D — [Read/Write Resource File] Delete
data on external device
Format
RWRF D, medium, data-type, file-name;
Parameters
medium:
0 = hard disk
A = memory card
data-type:
"API" API program
"FNT" Font data
"MCR" Macro data
file-name:
ASCII text string up to 15 bytes
Function
The RWRF D command deletes data that is written to an external device such as the hard
disk.
This command has no effect if the media has been write protected using KPDL or PJL.
This command causes a page break.
Any write information page is not printed when the file is deleted.
Example:
Delete macro file "TEST", which is registered in the hard disk.
!R! RWRF D,0 "MCR" , "TEST"; EXIT;