Newsgroups: comp.os.msdos.djgpp Date: Mon, 3 Feb 1997 22:21:34 -0600 (CST) From: "Colin W. Glenn" Reply-To: "Colin W. Glenn" To: "John M. Aldrich" cc: Eli Zaretskii , Gurunandan R Bhat , djgpp AT delorie DOT com Subject: Re: tar for DJGPP | Followup: In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Bad news. I tried this: djtar -x -p -o /dir/subdir/file archive.tar >temp.dat And the error output messed up my well laid out status screen. So I did this: redir -e temp.dat djtar -x -p -o /dir/subdir/file archive.tar >temp.dat And it it really slowed down bad. Time difference? Method Start Stop rude and crude 19:07:40 19:38:42 refined 21:05:10 21:50:36 So the Questioner begs: A) Command line switch to cause Quiet? B) Source so I can create a Quiet version?