Richard,<div><br></div><div>Do I need the first part "Del fp$$*.bat". To be more specific, I've been using a system command to copy records from inside a non standard input processing (using -z on a clerk command line). The command line generated is "dreport file -flags > /dev/null". How do I format that for Windows?</div>
<div><br></div><div>Dan<br><br><div class="gmail_quote">On Sun, Jan 13, 2013 at 2:12 PM, Richard Kreiss <span dir="ltr"><<a href="mailto:rkreiss@verizon.net" target="_blank">rkreiss@verizon.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Try command something like this:<br>
<br>
Del fp$$*.bat > NULL<br>
<br>
Richard Kreiss<br>
GCC Consulting<br>
<div><div class="h5"><br>
> -----Original Message-----<br>
> From: filepro-list-bounces+rkreiss=<a href="mailto:verizon.net@lists.celestial.com">verizon.net@lists.celestial.com</a><br>
> [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>
> Behalf Of Dan McCabe<br>
> Sent: Sunday, January 13, 2013 1:32 PM<br>
> To: FilePro Mailing List<br>
> Subject: Redirect output in processing<br>
><br>
> I'm trying to tweak my processing from UNIX to Windows. I have several<br>
> system commands that redirect screen output to /dev/null. In Windows,<br>
I've<br>
> tried changing it to \device\null and just NUL. Both produce a bad<br>
command<br>
> line error. My process works if I take it all out, but then my screen<br>
starts<br>
> displaying things I don't want the end user to see. What am I missing?<br>
><br>
> Thanks,<br>
><br>
> Dan<br>
</div></div>> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <a href="http://mailman.celestial.com/pipermail/filepro-" target="_blank">http://mailman.celestial.com/pipermail/filepro-</a><br>
> list/attachments/20130113/a20f3bfe/attachment.html<br>
> _______________________________________________<br>
> Filepro-list mailing list<br>
> <a href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a><br>
> Subscribe/Unsubscribe/Subscription Changes<br>
> <a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" target="_blank">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
<br>
</blockquote></div><br></div>