/$$
Description
This command deletes a file in the printer memory. The wild card (*) will delete all files resident in
specified DRAM or FLASH memory.
Model
Syntax
KILL [n],”FILENAME”
Parameter Description
n Specify the memory location that files will be deleted.
n is ignored: Kill files saved in DRAM.
F: Kill files from main board flash memory.
E: Kill files from expansion memory module.
Note:
(1). If optional parameter n is not specified, firmware will delete the file in DRAM.
(2). Syntax example
KILL "FILENAME " : Delete the specify file in DRAM.
KILL "*.PCX " : Delete all PCX files in DRAM.
KILL "* " : Delete all files in DRAM.
KILL F, "FILENAME " : Delete the specify file in FLASH.
KILL E, "*.PCX " : Delete all PCX file in extension memory card.
(3). For TSPL printers, please send MOVE command to printer after sending KILL
command.
Example
Users can use printer SELFTEST utility to list printer configurations and files saved in the printer
memory, or use the FILES command to print the downloaded file list in printer. Follow the steps
below to delete files in the printer memory via parallel port connection.
C:\>COPY CON LPT1<ENTER>
FILES<ENTER>
<CTRL><Z><ENTER>
C:\>COPY CON LPT1<ENTER>
KILL "DEMO.BAS " <ENTER>
<CTRL><Z><ENTER>
C:\>COPY CON LPT1<ENTER>
FILES<ENTER>
<CTRL><Z><ENTER>