Removing Images, Files, And Fonts - Intermec EasyCoder E4 Programmer's Reference Manual

Direct protocol v2.10
Hide thumbs Also See for EasyCoder E4:
Table of Contents

Advertisement

2. Removing Images, Files, and Fonts

EasyCoder E4 Direct Protocol v2.10 – Programmer's Reference Manual
Using IMAGE LOAD, images can either be loaded as "images"
into the printer's volatile memory or as "image fi les" into the
RAM memory. Images are removed using REMOVE IMAGE,
whereas image fi les are removed using KILL. Images down-
loaded with an "S" fl ag cannor be removed, see IMAGE LOAD
in Chapter 8.5.
REMOVE
IMAGE "<name>"
The name of the image must be enclosed by double quotation
marks. Wildcards can be used, for example REMOVE IMAGE
"*.prg", REMOVE IMAGE "test.*", or REMOVE
IMAGE "*.*".
Files, including font fi les and images fi les, can be removed from
the RAM memory or from an inserted DOS-formatted memory
card:
KILL "[<device>]<fi lename>"
The name of the fi le must correspond exactly to the name
returned when using a FILES, IMAGES, or FONTS command
and be enclosed by double quotation marks. Since fi les will be
removed from the RAM memory by default, it is not necessary
to specify "RAM:". If the fi le name is preceded by "CARD1:" or
"CARD2:", the fi le will be removed from the inserted memory
card. Wildcards can be used, for example KILL "*.prg",
KILL "test.*", or KILL "*.*".
KILL cannot be used to remove images from the printer's
volatile memory.
Chapter 8
File Handling
69

Advertisement

Table of Contents
loading

Table of Contents