![GPRINTER GP-2120T Скачать руководство пользователя страница 43](http://html.mh-extra.com/html/gprinter/gp-2120t/gp-2120t_programming-manual_2248971043.webp)
THERMAL BARCODE PRINTER SERIES
39
40.
KILL
Description
This command deletes a file in the printer memory. The wild card (*) will
delete all files resident in specified DRAM or FLASH memory.
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.
Syntax example
1. KILL
“
FILENAME
”
2. KILL
“
*.PCX
”
3. KILL
“
*
”
4. KILL F,
“
FILENAME
”
5. KILL E,
“
*.PCX
”
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