Wally,<div><br></div><div>I&#39;m porting my files and menus from UNIX to Windows (not my idea).   I have menu scripts that delete the key and data in a temporary file before running reports.  I have always redirected the stdout to /dev/null.  In processing, I am using IUA processing to create report based on user input.  When I run a system command to copy records to my temp file, I direct stdout to /dev/null and that way the user doesn&#39;t see the reading records, selecting records part.</div>
<div><br></div><div>When I change &quot;&gt;/dev/null&quot; in my menu script or my processing to &gt;nul or &gt;\device\null, I get a filePro error telling me I have a bad command on the command line.  The error always points to the &quot;&gt;&quot; </div>
<div><br></div><div>Dan<br><br><div class="gmail_quote">On Sun, Jan 13, 2013 at 5:36 PM, Wally Turnbull <span dir="ltr">&lt;<a href="mailto:wally@tbull.com" target="_blank">wally@tbull.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dan,<br>
<br>
Use &quot;&gt; nul&quot; (with just one L) for Windows console (DOS) to redirect to /dev/null<br>
<br>
I&#39;ve not followed this thread but Del fp$$*.bat and fp*.bat are essentially the same and will delete any bat script files starting with fp.<br>
<br>
Wally<br>
<div><div class="h5"><br>
<br>
On Jan 13, 2013, at 2:22 PM, Dan McCabe wrote:<br>
<br>
&gt; Richard,<br>
&gt;<br>
&gt; Do I need the first part &quot;Del fp$$*.bat&quot;. To be more specific,  I&#39;ve been<br>
&gt; using a system command to copy records from inside a non standard input<br>
&gt; processing (using -z on a clerk command line).  The command line generated<br>
&gt; is &quot;dreport file -flags &gt; /dev/null&quot;.    How do I format that for Windows?<br>
&gt;<br>
&gt; Dan<br>
&gt;<br>
&gt; On Sun, Jan 13, 2013 at 2:12 PM, Richard Kreiss &lt;<a href="mailto:rkreiss@verizon.net">rkreiss@verizon.net</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Try command something like this:<br>
&gt;&gt;<br>
&gt;&gt; Del fp$$*.bat &gt; NULL<br>
&gt;&gt;<br>
&gt;&gt; Richard Kreiss<br>
&gt;&gt; GCC Consulting<br>
&gt;&gt;<br>
&gt;&gt;&gt; -----Original Message-----<br>
&gt;&gt;&gt; From: filepro-list-bounces+rkreiss=<a href="mailto:verizon.net@lists.celestial.com">verizon.net@lists.celestial.com</a><br>
&gt;&gt;&gt; [mailto:<a href="mailto:filepro-list-bounces%2Brkreiss">filepro-list-bounces+rkreiss</a>=<a href="mailto:verizon.net@lists.celestial.com">verizon.net@lists.celestial.com</a>] On<br>
&gt;&gt;&gt; Behalf Of Dan McCabe<br>
&gt;&gt;&gt; Sent: Sunday, January 13, 2013 1:32 PM<br>
&gt;&gt;&gt; To: FilePro Mailing List<br>
&gt;&gt;&gt; Subject: Redirect output in processing<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I&#39;m trying to tweak my processing from UNIX to Windows.  I have several<br>
&gt;&gt;&gt; system commands that redirect screen output to /dev/null.  In Windows,<br>
&gt;&gt; I&#39;ve<br>
&gt;&gt;&gt; tried changing it to \device\null and just NUL.  Both produce a bad<br>
&gt;&gt; command<br>
&gt;&gt;&gt; line error.  My process works if I take it all out, but then my screen<br>
&gt;&gt; starts<br>
&gt;&gt;&gt; displaying things I don&#39;t want the end user to see.  What am I missing?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Dan<br>
&gt;&gt;&gt; -------------- next part --------------<br>
&gt;&gt;&gt; An HTML attachment was scrubbed...<br>
&gt;&gt;&gt; URL: <a href="http://mailman.celestial.com/pipermail/filepro-" target="_blank">http://mailman.celestial.com/pipermail/filepro-</a><br>
&gt;&gt;&gt; list/attachments/20130113/a20f3bfe/attachment.html<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Filepro-list mailing list<br>
&gt;&gt;&gt; <a href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a><br>
&gt;&gt;&gt; Subscribe/Unsubscribe/Subscription Changes<br>
&gt;&gt;&gt; <a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" target="_blank">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
</div></div>&gt; URL: <a href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20130113/a844ff6f/attachment.html" target="_blank">http://mailman.celestial.com/pipermail/filepro-list/attachments/20130113/a844ff6f/attachment.html</a><br>

<div class="HOEnZb"><div class="h5">&gt; _______________________________________________<br>
&gt; Filepro-list mailing list<br>
&gt; <a href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a><br>
&gt; Subscribe/Unsubscribe/Subscription Changes<br>
&gt; <a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" target="_blank">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
&gt;<br>
<br>
</div></div></blockquote></div><br></div>