From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: Install bash as DOS 6.22 shell Date: Sun, 24 Nov 1996 13:47:00 -0500 Organization: Cornell University Lines: 26 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <32989824.6783@cornell.edu> References: <574ef8$5dk AT nexp DOT crl DOT com> <01bbd8e8$2f3c16a0$010200c0 AT weiqigao> <3296BC7E DOT 6B9A AT stud DOT warande DOT ruu DOT nl> <01bbda1f$b76aed20$010200c0 AT weiqigao> NNTP-Posting-Host: 128 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Weiqi Gao To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Weiqi Gao wrote: > > to install CWSDPMI.EXE as a resident program. It worked. (MEM /M:CWSDPMI > shows it took up 47K of DOS memory, I didn't see an INSTALLHIGH command, > at least not in DOS 6.2). as far as i know installhigh has been around at least since 6.0, give it a try. iam using 6.22, and i load everything, including the mouse driver, smartdrv and mscdex using installhigh. saves a few Kb. by the way, you cannot use memmaker to optimize your setup if you use install vs device and lh. > My problem now seems to be: > 1. bash.exe still has problem starting up as a DOS shell. Whereas my > error yesterday was "No DPMI" and then "Your command processor is no good", > today, the message is ": cannot open." followed by "Your command processor > is no good." > > Apparently, DOS was unable to open SOMETHING while trying to run bash.exe . did you try changing the size of the environment you give to bash ? also, if you succeed, could you let us know? sinan.