Date: Wed, 14 Jun 2000 13:29:52 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Where do I put the lines in my autoexec.bat? In-Reply-To: <6sedksoq1tftja55egrf2m637b09lfl410@4ax.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 13 Jun 2000, Damian Yerrick wrote: > >> set PATH=C:\WINDOWS\DESKTOP\Tyler\Programs\DJGPP\BIN;%PATH% > > WARNING: This path is dangerously long. DOS often has trouble > handling paths longer than about 64 characters or 8 levels deep. There are no 8 levels here (I counted 6), so this PATH is safe. Also, this is on Windows, not on DOS, and Windows doesn't have the 8-level limitation.