TSC AUTO ID Technology Co., Ltd. 93 Copyright 2009 All Rights Reserved.
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>
Note: <ENTER> stands for PC keyboard “ENTER” key. <CTRL><Z> means to hold PC
keyboard “CTRL” key then press the PC keyboard <Z> key
See Also
~!F, FILES