Newsgroups: comp.os.msdos.djgpp Date: Tue, 4 Feb 1997 23:54:08 -0600 (CST) From: "Colin W. Glenn" To: Eli Zaretskii cc: "John M. Aldrich" , 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 On Tue, 4 Feb 1997, Eli Zaretskii wrote: > On Mon, 3 Feb 1997, Colin W. Glenn wrote: > > redir -e temp.dat djtar -x -p -o /dir/subdir/file archive.tar >temp.dat > > And it it really slowed down bad. > How about this: > redir -e temp.err djtar -x -p -o /dir/subdir/file archive.tar >temp.dat > > I think you've caused a lot of trouble by redirecting both stdout and > stderr to the same file, when there's no need for this. I'm a neat freak, I like my programs to _behave_, especially concerning screen output, you have no idea how mad I was when QBasic insisted on wrapping output onto the next line when I knew darn well the output would fit within the designated start point and the right edge of the screen. > > A) Command line switch to cause Quiet? > None. Do you really want your precious sources to be quitely dumped to > Kingdom Come? I'm not sure I follow, how so? Do you mean as to the error message that djtar could not find the requested file? TEMP.DAT gets created in either case, I simply check for a zero length file. > > B) Source so I can create a Quiet version? > Get v2/djlsr201.zip from the usual DJGPP places. Thanks!