Developers: | FCoder Group |
Last Release Date: | 2016/12/09 |
Technology: | Office applications |
2Printer - the management tool printing from the command line. Software allows to print documents, graphic files in batch mode (batch mode).
Command line syntax 2Printer and examples
- Read 2Printer help file:
2Printer.exe -help
- Print all documents from folder "C:\Input" on the system default printer:
2Printer.exe -s "C:\Input\*.*"
- Print all documents from list file "C:\ToDo\input.txt" on the system default printer. The "input.txt" should be a Unicode or ASCII text file with a list of paths to document files. Each new file path in this file should be finalized by the Enter key.
2Printer.exe -l "C:\ToDo\input.txt"
- Print all documents from folder "C:\Input" with all subfolders on the system default printer:
2Printer.exe -s "C:\Input\*.*" -r
- Get full list of available printers:
2Printer.exe -getprnlist
- Print all documents from "C:\Input" on "Canon MP610 series Printer":
2Printer.exe -s "C:\Input\*.*" -prn "Canon MP610 series Printer"
- <a href="http://www.print-driver.com/">Print all documents from "C:\Input" on the virtual printer Universal Document Converter:</a>
2Printer.exe -s "C:\Input\*.*" -prn "Universal Document Converter"
- Print documents in silent mode:
2Printer.exe -s "C:\Input\*.*" -silent
- Edit ini-file with 2Printer defaults:
2Printer.exe -ini
- Batch print 5 copies of each PDF document from folder "C:\Input":
2Printer.exe -s "C:\Input\*.PDF" -prn "Xerox 2050" -copies 5
2016: Release of version 2Printer 5.2
On December 9, 2016 company fCoder Group, Inc. announced release of the version of software 2Printer 5.2.
In version 2Printer 5.2:
- PDF printing component is upgraded
- the component of printing email messages of the EML and MSG format is upgraded
- the component of printing of drawings of the DWG and DXF format is upgraded
- the component for processing of the text files DOC, DOCX, RTF, MHT and TXT is upgraded.