31 lines
772 B
Markdown
31 lines
772 B
Markdown
---
|
|
type: "topic"
|
|
created: "2024-01-06T01:25:36.017Z"
|
|
updated: "2024-01-06T01:25:36.017Z"
|
|
---
|
|
|
|
# ZPL
|
|
|
|
```zpl
|
|
^XA
|
|
^LH10,10^PQ1
|
|
^FO100,20^BY2^B3N,,80,N^FD--intrinsic-^FS
|
|
^FO100,120^A045,90^FD--intrinsic-^FS
|
|
^XZ
|
|
```
|
|
|
|
```bash
|
|
echo ^XA >> "D:\Tmp\Phares\zpl.txt"
|
|
echo ^LH10,10^PQ1 >> "D:\Tmp\Phares\zpl.txt"
|
|
echo ^FO100,20^BY2^B3N,,80,N^FDWC8INFQA^FS >> "D:\Tmp\Phares\zpl.txt"
|
|
echo ^FO100,120^A045,90^FDWC8INFQA^FS >> "D:\Tmp\Phares\zpl.txt"
|
|
echo ^XZ >> "D:\Tmp\Phares\zpl.txt"
|
|
# notepad verb print "D:\Tmp\Phares\zpl.txt"
|
|
# Start-Process "D:\Tmp\Phares\zpl.txt" -Verb print
|
|
# https://www.zebra.com/us/en/support-downloads/printer-software/printer-setup-utilities.html
|
|
```
|
|
|
|
```conf
|
|
Settings: Driver Settings: Send and store files: Send file: File: "D:\Tmp\Phares\zpl.txt"
|
|
```
|