Printer management
enumerate_printers ?-proximity PROXIMITY? |
get_default_printer |
This module provides commands related to Windows printer management.
The command enumerate_printers returns all the printers on the system. The command get_default_printer returns the name of the default printer.
-name | The following value is the name of the printer. |
-server | The following value is the server on which the printer resides. |
-attrs | The following value is a list of attributes for the printer. This is a list of zero or more symbols from the following list: queued, direct, default, shared, network, hidden, local, enabledevq, keepprintedjobs, docompletefirst, workoffline, enablebidi, rawonly, published, fax, ts. Refer to the Windows SDK documentation for the meaning of these attributes. |
Copyright © 2006-2009 Ashok P. Nadkarni