Date: Wed, 5 Jun 2002 14:46:30 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Peter Cassidy cc: djgpp AT delorie DOT com Subject: Re: DOS 8 levels deep workaround? In-Reply-To: <3cfcac00$1@duster.adelaide.on.net> 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, 4 Jun 2002, Peter Cassidy wrote: > I've run into a problem: my 'pure DOS' application needs to access and > modify the whole directory tree (created under Windows 98), including > directories more than 8 levels deep. It seems pure DOS can't handle this at > all. > > Is there any known workaround for this, or is it an inviolable limit? It's a basic limitation of DOS. The only workaround is to use SUBST to create a drive letter every 8 levels of subdirectories, so that each d:/foo/bar path is never longer than 8 levels.