Stx x delete file from module – Datamax-O'Neil Class Series Programmer’s Manual User Manual

Page 47

Advertising
background image

System-Level Command Functions







Class Series Programmer’s Manual

33

STX x

Delete File from Module

This command removes a specific file from the specified module. The file name is removed from the
module directory and thus the file cannot be accessed. The actual storage space occupied by the file is
not released. To reclaim deleted file storage space use <STX>z to pack module.

Syntax:

<STX>xmtnn…n<CR>

Where:

m

- Module designator; see Appendix K.

t

- The file type identification code:

G

L

F

S
C
X
N
M
u

=
=
=
=
=
=
=
=
=

Image file
Label format file
Downloaded bit-mapped font file
Downloaded scalable font file
Configuration file
Language file
Plug-in file
Miscellaneous file type
Unknown type – must use extension if applicable

nn…n

- The file to delete, where:

Font (bitmapped), the three character font identifier;
Font (scalable), the two character font identifier;
Graphic name, up to sixteen alphanumeric characters; and,
Label format name, up to sixteen alphanumeric characters.

Sample:

<STX>xDS50<CR>

This sample deletes a downloaded scalable font with ID 50 from module D.



Advertising