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

Windows Registry

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. This example is for 30 mm gapped labels.

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

Windows Drivers

Everything under Windows needs some kind of driver. Zadig is a simple generic driver generator. The USB VID/PID is 09c5/0200, select "WinUSB" as the type of driver to install.

What It Can't Do

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

What It Can Do

Simple printing of labels printed as large as possible for provided space and batch printing. It can print on multiple lines (although only two is really practical). It can also do primitive ASCII art preview.

Examples

Print a few labels:

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

Print multiline (quotes necessary):

C:\>fichero "This is printed|on two lines"

Print a batch of labels using a text file with each label on a separate line (quotes never necessary):

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.