Programming instructions

Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7 139
Chapter 2 Program Instructions
KILL
Field of Application
Statement for deleting a le from the printers 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 le which is to
be deleted.
Remarks
The name of the le to be deleted must match the name given when the le
was saved, see SAVE statement. The name must include the extension. If no
extension was entered manually by the operator when the le was SAVEd,
the extension .PRG was added automatically.
To KILL a 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 le, for example "card1:< lename>.XYZ".
KILL cannot be used for les residing in "rom:", "storage:", or "lock:".
Examples
KILL "LABEL14.PRG"
KILL "c:LABEL14.PRG
KILL "card1:LABEL7.PRG"
Startup les and outline font les have other extensions than .PRG:
KILL "AUTOEXEC.BAT" (startup le)
KILL "NNNNNNNN.TTF" (TrueType font le)