What ^TO does
^TO duplicates a graphic or font from a source drive to a destination drive inside the printer, for example copying a logo from volatile RAM (R:) to persistent flash (E:).
Syntax
^TOsd:so.sx,dd:do.dxParameters
| Parameter | Description | Values | Default |
|---|---|---|---|
sd:so.sx | Source drive, name and extension | — | — |
dd:do.dx | Destination drive, name and extension | — | — |
Example
^XA
^TOR:LOGO.GRF,E:LOGO.GRF^FS
^XZPaste this into the free ZPL viewer to see it render, or convert it to PDF.
Notes & tips
- Copy from RAM (R:) to flash (E:) to make an object persistent.
- Supports wildcards for batch copies.
Related commands
See the full ZPL command reference for all 92 documented commands.
