<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PCL COMMANDS in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/pcl-commands/m-p/3573333#M18422</link>
    <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;I've done things like this before by using the '-o raw' option on my 'lp' command line.  Something like:&lt;BR /&gt;&lt;BR /&gt;lp -dmyprinter -o raw somefile.pcl&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
    <pubDate>Wed, 29 Jun 2005 10:53:05 GMT</pubDate>
    <dc:creator>John Poff</dc:creator>
    <dc:date>2005-06-29T10:53:05Z</dc:date>
    <item>
      <title>PCL COMMANDS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pcl-commands/m-p/3573332#M18421</link>
      <description>I am trying to send PCL commands directly to a printer. Does anyone out there do such a thing?&lt;BR /&gt;&lt;BR /&gt;It is accepting the commands but it is just printing the command rather than processing it.</description>
      <pubDate>Wed, 29 Jun 2005 10:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pcl-commands/m-p/3573332#M18421</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2005-06-29T10:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: PCL COMMANDS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pcl-commands/m-p/3573333#M18422</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;I've done things like this before by using the '-o raw' option on my 'lp' command line.  Something like:&lt;BR /&gt;&lt;BR /&gt;lp -dmyprinter -o raw somefile.pcl&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jun 2005 10:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pcl-commands/m-p/3573333#M18422</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2005-06-29T10:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: PCL COMMANDS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pcl-commands/m-p/3573334#M18423</link>
      <description>You have to send escape codes to the printer prior to the commands so they don't print.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.com/url?sa=U&amp;amp;start=1&amp;amp;q=http://www.csgnetwork.com/hppclhist.html&amp;amp;e=10342" target="_blank"&gt;http://www.google.com/url?sa=U&amp;amp;start=1&amp;amp;q=http://www.csgnetwork.com/hppclhist.html&amp;amp;e=10342&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.com/url?sa=U&amp;amp;start=2&amp;amp;q=http://www.digitalissues.co.uk/html/software/utils/pcl_page.html&amp;amp;e=10342" target="_blank"&gt;http://www.google.com/url?sa=U&amp;amp;start=2&amp;amp;q=http://www.digitalissues.co.uk/html/software/utils/pcl_page.html&amp;amp;e=10342&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;How to use passthrough commmands to send stuff directly to the printer.&lt;BR /&gt;&lt;A href="http://www.google.com/url?sa=U&amp;amp;start=5&amp;amp;q=http://support.microsoft.com/support/kb/articles/Q96/7/95.ASP&amp;amp;e=10342" target="_blank"&gt;http://www.google.com/url?sa=U&amp;amp;start=5&amp;amp;q=http://support.microsoft.com/support/kb/articles/Q96/7/95.ASP&amp;amp;e=10342&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I've had to work with this stuff a number of times in my time as a sysadmin. I've always hated it because the documentation was written by people with a poor command of how humans process information.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 01 Jul 2005 07:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pcl-commands/m-p/3573334#M18423</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-07-01T07:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: PCL COMMANDS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pcl-commands/m-p/3573335#M18424</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;Are you trying to send the commands from a file at the command line, or from inside a script or program?&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jul 2005 08:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pcl-commands/m-p/3573335#M18424</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2005-07-01T08:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: PCL COMMANDS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pcl-commands/m-p/3573336#M18425</link>
      <description>Hi there.&lt;BR /&gt;Put the PCL commands in a separate file.&lt;BR /&gt;create a little script, that puts this file at the top of a temp file. Copy your text in the line behind the PCL commands.&lt;BR /&gt;After this text you should enter the PCL command for a reset to original settings.&lt;BR /&gt;Then print the temp file.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;&lt;BR /&gt;sample &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cat LANDSCAPE ${1} &amp;gt; /usr/tmp/out&lt;BR /&gt;lp  /usr/tmp/out&lt;BR /&gt;rm /usr/tmp/out&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jul 2005 07:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pcl-commands/m-p/3573336#M18425</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2005-07-05T07:48:28Z</dc:date>
    </item>
  </channel>
</rss>

