Date: Wed, 1 Mar 2000 12:13:48 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: salvador cc: djgpp AT delorie DOT com Subject: Re: rhide compile.. In-Reply-To: <38BC0ED0.6243A401@inti.gov.ar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 29 Feb 2000, salvador wrote: > > SmartDrv flushes its buffers when a program exits, > > It have a switch to avoid it. No, you don't. What you do have is a switch that prevents SmartDrv from delaying the COMMAND.COM prompt until it finishes to flush its write-behind data. But you cannot stop the flushing itself: SmartDrv always does that when a program exits, it just writes the data in parallel to whatever the machine does next.