Print File - Output Text to Printer | Online Free DevTools by Hexmos
Output text files to a printer with Print. Quickly send documents and code to physical media using command-line. Free online tool, no registration required.
Print a text file to a printer. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/print.
- Print a text file to the default printer:
print {{path\to\file}}
- Print a text file to a specific printer:
print /d:{{printer}} {{path\to\file}}