Newsgroups: comp.os.msdos.djgpp From: manni DOT heumann AT gmx DOT de (Manni Heumann) Subject: Re: Where do I put the lines in my autoexec.bat? References: <200006160810 DOT LAA00752 AT mailgw1 DOT netvision DOT net DOT il> <394a4216$1_1 AT news DOT uni-bielefeld DOT de> <200006161736 DOT UAA02647 AT alpha DOT netvision DOT net DOT il> X-Newsreader: News Xpress 2.01 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Date: Fri, 16 Jun 2000 19:38:31 GMT NNTP-Posting-Host: ppp36-31.hrz.uni-bielefeld.de Message-ID: <394a823a$1_1@news.uni-bielefeld.de> X-Trace: 16 Jun 2000 21:38:34 +0200, ppp36-31.hrz.uni-bielefeld.de Lines: 29 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com djgpp AT delorie DOT com wrote: >> From: manni DOT heumann AT gmx DOT de (Manni Heumann) >> Date: Fri, 16 Jun 2000 15:04:49 GMT >> > >> >In the versions of DOS where the 8-level limitation is lifted, the >> >64-character limit was promoted to 128. >> >> Regarding the maximum length of the path or the maximum >> length of a command line? > >The maximum length of the path. The command-line length limit stays >at 126 characters. OK, I thought you were refering to the path. Nevertheless, I am not sure, whether everyone knows this or I somehow became part of a minority, BUT: Since ms-dos 6.2 or 6.22, you can specify the path in config.sys without any 126 char limit. IIRC, the limit is at 68k. I don't know whether this is a bug or a feature, you never can be sure with ms, but it still works with the win98-Dos. You will have to use set to get this working: set path=incredible\long\path;right\here Still not sure whether I am stating the trivial here... -- Manni