<div>  Ken,</div>
<div> </div>
<div>  Okay, well the manual is a little confusing so I tried removing the </div>
<div>  printer reset command, now my processing just says</div>
<div> </div>
<div>  Then: lookup....blah blah blah</div>
<div> </div>
<div>  Then: printer file &quot;/tmp/output.txt&quot;</div>
<div> </div>
<div>  What happens here is it doesn&#39;t capture the first part of the report, the description header across the top as what is defined</div>
<div>  in the output, company name, etc, etc.</div>
<div>  It does however capture the 2nd record of the 2 and the total line in /tmp/output.txt ??</div>
<div>  So I tried doing:</div>
<div> </div>
<div>@done  If:</div>
<div>          Then:  printer file &quot;/tmp/output.txt&quot;</div>
<div> </div>
<div>  This didn&#39;t change anything..........</div>
<div> </div>
<div>  Why would /tmp/output.txt not capture the entire report??</div>
<div> </div>
<div>   Thanks</div>
<div> </div>
<div>  Scott</div>
<div><br><br> </div>
<div class="gmail_quote">On Thu, Nov 4, 2010 at 12:52 PM, Kenneth Brody <span dir="ltr">&lt;<a href="mailto:kenbrody@spamcop.net">kenbrody@spamcop.net</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div class="im">On 11/4/2010 12:07 PM, <a href="mailto:scooter6@gmail.com" target="_blank">scooter6@gmail.com</a> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">I am trying to diminish some of the paper we&#39;re using here and am trying to<br>divert certain reports, etc to be printed to a file rather than printed to a<br>
printer.<br></blockquote></div>[...] 
<div class="im"><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Then: printer file &quot;/tmp/output&quot;<br>Then: printer reset<br><br>It DOES create /tmp/output, however it appears all it captures in that is<br>
the print code hex values or something....<br>If I look at the output of /tmp/output, using vi:<br>^[%100^[(10OU^O^[E<br><br>The actual report then does print (kind of) to my system default printer,<br></blockquote></div>
[...]<br><br>Well, let&#39;s look at those two lines of code:<br><br> printer file &quot;/tmp/output&quot;<br><br>   Tells filePro to send the output to &quot;/tmp/output&quot;.<br><br> printer reset<br><br>   Tells filePro, &quot;never mind, use the defaults&quot;.<br>
<br>-- <br><font color="#888888">Kenneth Brody<br></font></blockquote></div><br>