Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
Nächste Überarbeitung | Vorherige Überarbeitung | ||
tools:windows:autoprint [18.12.2020 06:55] – angelegt Martin | tools:windows:autoprint [03.12.2021 07:00] (aktuell) – [Screenshots] Martin | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== Autoprint ====== | ====== Autoprint ====== | ||
- | [[:todo]] | + | ===== Info ===== |
+ | |||
+ | Für ein Projekt, brauchte ich mal ein Porgramm, das alle Dateien eines Verzeichnisses ausdruckt und danach löscht. | ||
+ | Ich habe dann nach Freeware gesucht, aber nur Programme gefunden, die etwas gekostet haben. Ich habe mich dann kurzer Hand entschlossen, | ||
+ | |||
+ | Für das Projekt war alles gut. Doch knapp zwei Jahre später brauchte ich wieder einen automatischen Ausdruck, aber diesmal mit anderen Dateien. Also habe ich das Programm erweitert. | ||
+ | |||
+ | Wieder später brauchte ich wieder Autoprint, aber nochmals andere Dateien. Also ein weitere Update. | ||
+ | |||
+ | Und da ich es öfter gebrauchen konnte, vielleicht ja auch jemand anderes. Daher diese Seite... | ||
+ | |||
+ | ===== Screenshots ===== | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ===== Optionen ===== | ||
+ | |||
+ | Die Konfiguration wird über die '' | ||
+ | |||
+ | [common] | ||
+ | |||
+ | < | ||
+ | interval numeric value in milliseconds to check the watch-paths (min 1000 / max 30000). | ||
+ | pdfapp absolute path to a pdf app which supports autoprint. | ||
+ | For example C: | ||
+ | txtapp absolute path to a notepad app which supports autoprint. | ||
+ | For example C: | ||
+ | docapp absolute path to a doc/xls app which supports autoprint. | ||
+ | For example C:\Program Files (x86)\LibreOffice 4\program\soffice.exe | ||
+ | del_unknown numeric yes/no (1/0), if unknow files will be deleted. | ||
+ | If set to no (0), every file will be checked every interval! | ||
+ | </ | ||
+ | |||
+ | [watch] | ||
+ | |||
+ | < | ||
+ | path1 absolue path to watch for files | ||
+ | path2 same as path1 (you can set up to 9 different paths) | ||
+ | </ | ||
+ | |||
+ | [printer] | ||
+ | |||
+ | < | ||
+ | path1 name of printer to use for this path. If not set, the default printer ist used. | ||
+ | path2 same as path1... | ||
+ | </ | ||
+ | |||
+ | Beispiel einer autoprintd.ini | ||
+ | |||
+ | <code ini> | ||
+ | [common] | ||
+ | interval=15000 | ||
+ | pdfapp=C:\Autoprint\SumatraPDF.exe | ||
+ | txtapp=C: | ||
+ | docapp=C: | ||
+ | del_unknown=1 | ||
+ | |||
+ | [watch] | ||
+ | path1=C: | ||
+ | path2=C: | ||
+ | path3=C: | ||
+ | |||
+ | [printer] | ||
+ | ;path1 uses defauld printer | ||
+ | path2=EPSON LQ-590 ESC/P2 | ||
+ | path3=\\SERVER\TA4550ci | ||
+ | </ | ||
+ | |||
+ | ===== Download ===== | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | ===== Changelog ===== | ||
+ | |||
+ | * Version 1.10 (irgendwann 2008) | ||
+ | * Erste Version | ||
+ | * .html-Dateien können ausgedruckt werden | ||
+ | |||
+ | * Version 1.11-1.19 | ||
+ | * Bugfixes | ||
+ | |||
+ | * Version 1.20 (somewhere 2012) | ||
+ | * .pdf-dateien könenn via SumatraPDF ausgedruckt werden | ||
+ | |||
+ | * Version 1.21 (02.03.2015) | ||
+ | * .txt/ | ||
+ | * Drucker kann pro Pfad definiert werden | ||
+ | |||
+ | * Version 1.22-1.25 | ||
+ | * Bugfixes | ||
+ | |||
+ | * Version 1.26 (16.04.2015) | ||
+ | * .rtf/ | ||
+ | |||
+ | * 16.02.18 | ||
+ | * Versionsnummern-Layout angepasst | ||
+ | * INI-Parameter [common] -> del_unknown hinzugefügt | ||
+ | * .gif/ |
tools/windows/autoprint.1608274502.txt.gz · Zuletzt geändert: 18.12.2020 06:55 von Martin