Ermitteln der im System zur Verfügung stehenden Drucker

  Windows:
    showPrinter.cmd

  Unix:
    ./showPrinter.sh


Dieser Befehl gibt die Namen der im System befindlichen Drucker aus, sowie deren Eigenschaften.
Unter diesen Namen können die Drucker in den Druck- und Konvertiermodulen von x-Forms angesprochen werden.


Beispiel:
  showPrinter.cmd


Ausgabe:

        ---> Printservices:3

            ---> PService: \\SERVER\HP OfficeJet Series 600 Print
                Win32 Printer : \\SERVER\HP OfficeJet Series 600 Print
                Attributes:
                        queued-job-count: 0
                        color-supported: supported
                        printer-is-accepting-jobs: accepting-jobs
                        printer-name: \\SERVER\HP OfficeJet Series 600 Print

            ---> PService: EPSON Stylus C42 Series
                Win32 Printer : EPSON Stylus C42 Series
                Attributes:
                        queued-job-count: 0
                        color-supported: supported
                        printer-is-accepting-jobs: accepting-jobs
                        printer-name: EPSON Stylus C42 Series

            ---> PService: Acrobat Distiller
                Win32 Printer : Acrobat Distiller
                Attributes:
                        queued-job-count: 0
                        color-supported: supported
                        printer-is-accepting-jobs: accepting-jobs
                        printer-name: Acrobat Distiller
Beispiel:
  createInDir.cmd c:/x-Forms/spoolIn


Siehe auch:
  - Übersicht
  - Pollbetrieb
  - createInDir
  - createOutDir