ZPL commands

^TO · Transfer Object

Copies a stored object graphic, format, font from one storage area to another, e.g. from RAM to flash memory.

Copies a stored object (graphic, format, font) from one storage area to another, e.g. from RAM to flash memory.

Parameters

  • ^TOs:o.x,d:o.x - s:o.x: Source - drive, name and extension (wildcard * allowed)
  • ^TOs:o.x,d:o.x - d:o.x: Destination - drive, name and extension

Example

^XA
^TOR:LOGO.GRF,E:LOGO.GRF
^XZ

Tip

A graphic loaded only into RAM (R:) is lost at power-off - copied to E: it is kept.