Date: Tue, 13 Apr 1999 09:59:48 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Salvador Eduardo Tropea (SET)" cc: Kbwms AT aol DOT com, djgpp-workers AT delorie DOT com Subject: Re: LBInstDJ In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 12 Apr 1999, Salvador Eduardo Tropea (SET) wrote: > > What do you recommend for those poor souls whose path variable is already > > filled to overflowing? > > Nothing, it needs the user intervention. It needs at least to be detected. Here's one way: set OLDPATH=%PATH% set PATH=C:\DJGPP\BIN;%PATH% if not "%PATH%"=="C:\DJGPP\BIN;%OLDPATH%" echo ERROR