summaryrefslogtreecommitdiffstats
path: root/examples/printing/readme.prtpub
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2002-12-16 17:26:01 +0000
committerJim McDonough <jmcd@samba.org>2002-12-16 17:26:01 +0000
commitdca69cb793cc59e62efe852a3bcb7bfc2684ae07 (patch)
treea0bc1173c46483d304d22f8e671a870578e0c62b /examples/printing/readme.prtpub
parent636adbff27d0c29ed34bfd604a5dc1b62b4b9f0b (diff)
downloadsamba-dca69cb793cc59e62efe852a3bcb7bfc2684ae07.tar.gz
samba-dca69cb793cc59e62efe852a3bcb7bfc2684ae07.tar.xz
samba-dca69cb793cc59e62efe852a3bcb7bfc2684ae07.zip
Add win32 utility to query driver capabilities to publish
(This used to be commit c09c1e090525aeccb9ee7762a44aba286c4d71f9)
Diffstat (limited to 'examples/printing/readme.prtpub')
-rw-r--r--examples/printing/readme.prtpub12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/printing/readme.prtpub b/examples/printing/readme.prtpub
new file mode 100644
index 0000000000..319ce605c3
--- /dev/null
+++ b/examples/printing/readme.prtpub
@@ -0,0 +1,12 @@
+prtpub.c contains a program which, when compiled with Visual C, can
+download a driver for a printer, query the capabilities of the driver,
+then write back the DsDriver keys necessary to publish all the fields
+of a printer in the directory. After writing back the fields, it issues
+a SetPrinter with info level 7, telling the server to publish the
+printer.
+
+It also writes the fields to stdout.
+
+In order to be distributed, it should be compiled using DLLs for C runtime.
+
+The program takes the UNC name of a printer as the only argument.