Message-Id: <199903301424.IAA09363@darwin.sfbr.org> Date: Tue, 30 Mar 1999 08:24:23 -0600 (CST) From: Jeff Williams Subject: Paradox v3.5 under bash To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: TEXT/plain; charset=US-ASCII Content-MD5: 5SqSFETeHbRSotyX8qK3kg== X-Mailer: dtmail 1.2.0 CDE Version 1.2 SunOS 5.6 sun4m sparc Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id JAA07090 Reply-To: djgpp AT delorie DOT com Hey, One of the (very) few DOS applications that refuses to run from bash is Borland Paradox v3.5. I get the Paradox startup screen, then the error message: Can't start Paradox: file limit in CONFIG.SYS too low then the program exits. This happens with and without EMM386 loaded (with EMM386 loaded, Paradox 3.5 can run only in real mode; without EMM386 it can run in protected mode). The program runs fine from the c:\> prompt. I pumped up the number of HIMEM handles, the number of FILES, and the numbers of files and locks for SHARE, but none of these changes made a difference. Miscellanea: device=c:\dos\himem.sys /numhandles=128 /machine:1 /shadowram:on /cpuclock:on FILES=255 (maximum) No EMM386. Bash 1.14.7 runs on top of DOS 5.0. DOS SHARE loaded (required for Paradox) installing SHARE with increased /f /l limits makes no difference. TIA for any advice or suggestions, jtw