<br><br><div class="gmail_quote">On Mon, Jan 14, 2013 at 12:43 PM, Kenneth Brody <span dir="ltr">&lt;<a href="mailto:kenbrody@spamcop.net" target="_blank">kenbrody@spamcop.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 1/13/2013 6:12 PM, Dan McCabe wrote:<br>
[...]<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
When I change &quot;&gt;/dev/null&quot; in my menu script or my processing to &gt;nul or<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
\device\null, I get a filePro error telling me I have a bad command on the<br>
</blockquote>
command line.  The error always points to the &quot;&gt;&quot;<br>
</blockquote></div>
[...]<br>
<br>
That makes no sense, since I have never seen Windows ever give an indicator as to where it thinks the error is.</blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
But, since you are saying that it&#39;s a filePro error, I am going to go out on a limb and ass/u/me that this is a SYSTEM command within processing, and not a menu command line, and that filePro is complaining about a syntax error in your processing, totally unrelated to the command you&#39;re trying to execute.<br>
</blockquote><div><br></div><div>Ken, your assumption is correct.  I knew what I meant, but didn&#39;t articulate it properly.  The filePro error is the result of a system command.  The menu script doesn&#39;t produce a filePro error.</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
If my assumption is correct, please show us the actual prc line you&#39;re using.<br>
<br></blockquote><div>             ::show popup (&quot;5&quot;,&quot;-1&quot;) &quot;TEMPORARY FILE COMPLETED, PROCESSING REPORT&quot;:</div><div>             :ry eq &quot;P&quot;:ha = cd &lt;&quot;Rtime -m rpt -v paysel -f pay -y payauto -r \&quot;reg\&quot; -rw \&quot;&quot;{we{&quot;\&quot; -a -u&quot; &lt;hz:</div>
<div>             :ry eq &quot;D&quot;:ha = cd &lt;&quot;Rtime -m rpt -v paysel -f pay -y payauto -r \&quot;reg\&quot; -rw \&quot;&quot;{we{&quot;\&quot; -a -u -pv&quot; &lt;hz:</div><div>             :ry eq &quot;P&quot;:system ha &lt; &quot;&gt; nul&quot;:</div>
<div>             :ry eq &quot;D&quot;:system ha </div><div>             ::gosub cleanup: </div><div><br></div><div>RY is a user input field; cd is the path to run rreport.  WE is the week ending date the user selected.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
However, the point is moot, as redirecting stdout on Windows won&#39;t cause filePro&#39;s output to disappear.  (The Windows console API won&#39;t allow redirection to a file.  Nor will it work with redirecting stdin from a file.) </blockquote>
<div><br></div><div>I did not know that.  That explains why it isn&#39;t working.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> Have you considered using &quot;start /min&quot; to run the command in a minimized window?</blockquote>
<div><br></div><div>I haven&#39;t because I have never heard of that, this is my first foray into any programming on Windows, I&#39;ve been using filePro on UNIX for 25 years.  Is that possible from within processing? </div>
<div><br></div><div>Dan</div></div><br>