Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 7 139
Chapter 2 Program Instructions
KILL
Field of Application
Statement for deleting a fi le from the printer’s memory or from a
DOS-fomatted SRAM memory card inserted in the memory card
adapter.
Syntax KILL<sexp>
<sexp> is the name, including extension, of the fi le which is to
be deleted.
Remarks
The name of the fi le to be deleted must match the name given when the fi le
was saved, see SAVE statement. The name must include the extension. If no
extension was entered manually by the operator when the fi le was SAVEd,
the extension “.PRG” was added automatically.
To KILL a fi le residing in another directory than the current one (see CHDIR
statement), you must include a reference to the directory in question when you
specify the fi le, for example "card1:<fi lename>.XYZ".
KILL cannot be used for fi les residing in "rom:", "storage:", or "lock:".
Examples
KILL "LABEL14.PRG"
KILL "c:LABEL14.PRG
KILL "card1:LABEL7.PRG"
Startup fi les and outline font fi les have other extensions than .PRG:
KILL "AUTOEXEC.BAT" (startup fi le)
KILL "NNNNNNNN.TTF" (TrueType font fi le)