Label Printer Utility


This program is a simple utility to print labels on a Fichero D11s label printer. This is a beta release and changes will be forthcoming.

C:\>fichero /? Fichero Label Printer (c) Temblast 2026 /w width of sticker (mm) /f font face /s font size (px) /b bold font /e edging (px) /p preview /v verbose

The command line flags override presets that are set in the Windows registry. Currently there is no way to set the presets from the program itself. You can use a registry file to set the presets. Obviously you can edit this file however you like.

Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Temblast\Fichero] "Type"=dword:00000000 "Width"=dword:0000001e "FontFace"="Arial" "FontSize"=dword:00000050

What It Can't Do

It can't do images, barcodes, emojis, interactive preview or multi-line (yet).

What It Can Do

Simple printing of labels printed as large as possible for provided space and batch printing. It can also do primitive ASCII art preview.

Examples

Print a few labels:

C:\>fichero Cat Dog Fish "Raw Eggs"

Print a batch of labels using a text file with each label on a separate line:

C:\>fichero @drawers.txt

Use a border to check centering:

C:\>fichero /e2 "Is centered?"

Fill your screen with lots of X's and -'s:

C:\>fichero /p "Is too much text?"

Fill your screen with too much info:

C:\>fichero /v

Download fichero.exe, the label printer utility.