<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>wekadesign &#187; print queues</title>
	<atom:link href="http://www.wekadesign.co.nz/tag/print-queues/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wekadesign.co.nz</link>
	<description>web apps that solve problems</description>
	<lastBuildDate>Sun, 20 Jun 2010 04:08:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Print Processor Updates for Windows Queues</title>
		<link>http://www.wekadesign.co.nz/2009/02/14/print-processor-updates-for-windows-queues/</link>
		<comments>http://www.wekadesign.co.nz/2009/02/14/print-processor-updates-for-windows-queues/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 05:40:40 +0000</pubDate>
		<dc:creator>Mike McMurray</dc:creator>
				<category><![CDATA[Interesting Stuff]]></category>
		<category><![CDATA[print queues]]></category>
		<category><![CDATA[printers]]></category>
		<category><![CDATA[resource kit]]></category>
		<category><![CDATA[sap]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[setprinter]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.wekadesign.co.nz/blog/?p=58</guid>
		<description><![CDATA[A while back I wrote about a few little tools from Microsoft that allowed an easy way to create remote print queues. One of the things I didn&#8217;t realise then was that another handy tool exists (in the Server 2003 Resource Kit) called setprinter.exe that opens up a few more options. We use a non-standard [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I wrote about a few little tools from Microsoft that allowed an easy way to create remote print queues. One of the things I didn&#8217;t realise then was that another handy tool exists (in the <a href="http://www.google.co.nz/url?sa=t&amp;source=web&amp;ct=res&amp;cd=5&amp;url=http%3A%2F%2Fwww.microsoft.com%2Fdownloads%2Fdetails.aspx%3Ffamilyid%3D9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;ei=EFaWSbW6CIHwsAPH2P2AAQ&amp;usg=AFQjCNEt2i70IftIFBW7oCnzSxvmX69xBw&amp;sig2=n9cVmrjYKGoyw9zv3Ml5qg">Server 2003 Resource Kit</a>) called <em>setprinter.exe</em> that opens up a few more options.</p>
<p>We use a non-standard print processor at work to insert barcodes on certain output from SAP. So to set all the printers on the print server or just one to use the new print processor, we just run,</p>
<pre>setprinter \\myserver 2 pPrintProcessor="SAP Barcode"</pre>
<pre>setprinter \\myserver\printer01 2 pPrintProcessor="SAP Barcode"</pre>
<p>Lots of other properties can also be changed using <em>setprinter.exe</em>, pretty much everything other than security permissions and for that you can use another tool in the RK, <em>subinacl.exe</em>. To view the properties of a queue and what you can change, just cycle through the property groups 0-9 (that&#8217;s the 2 in the above commands).</p>
<pre>for %i in (0 1 2 3 4 5 6 7 8 9) do setprinter -show \\myserver\printer01 %i</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.wekadesign.co.nz/2009/02/14/print-processor-updates-for-windows-queues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
