Message-Id: <1.5.4.32.19970825173456.0068701c@dce03.ipt.br> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 25 Aug 1997 14:34:56 -0300 To: Jude DaShiell , Jaime Spellings From: Cesar Scarpini Rabak Subject: Re: Setup Problems Cc: djgpp AT delorie DOT com Precedence: bulk At 22:04 23/08/97 -0400, Jude DaShiell wrote: > >For emacs, in autoexec.bat or whereever you're going >to have to sacrafice alot more of your path variable space. >path=c:\djgpp\gnu\emacs\bin;%path% >should help some. Not quite! If you do not mind of using doskey, you can avoid setting the emacs bin path using: DOSKEY emacs=c:\djgpp\gnu\emacs\bin\emacs $* >If there's a way to have all of djgpp first look at djgpp.env then >we could all get away with one variable being defined and one path statement, >but I don't know how to do that. This is not a problem with djgpp, is the chicken and egg problem, before you start the program, it cannot read the DJGPP.ENV file! >The problem with dos 6.22 on path is lifo, >you start using path constructs above then when these >new pieces displace older parts of your path they simply overwrite those >older parts. This is fine until the location of command.com >gets overwritten. Yep, that's reason a lot of people starts to use sub-dirs with names with one or two letters only. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Cesar Scarpini Rabak E-mail: csrabak AT ipt DOT br DME/ASC Phone: 55-11-268-3522 Ext.350 IPT - Instituto de Pesquisas Tecnologicas Fax: 55-11-268-5996 Av. Prof. Almeida Prado, 532. Sao Paulo - SP 05508-901 BRAZIL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~