X-Authentication-Warning: delorie.com: mail set sender to opendos-bounces using -f Message-Id: <200409301232.i8UCWpef001531@su.informatik.tu-cottbus.de> From: "Veit Kannegieser" To: "opendos AT delorie DOT com" Date: Thu, 30 Sep 2004 12:51:15 +0100 (CET) X-Mailer: PMMail 2.20.2382 for OS/2 Warp 4.5 In-Reply-To: <200409301101.i8UB1DCp000639@su.informatik.tu-cottbus.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: Undesirable reboots Reply-To: opendos AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: opendos AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Another idea: does the application directory have dpmi16bi.ovl? This is a Borland 16 bit extender that also causes problems here. When i have to run that applications, i wrap them in a bath file using the 32 bit extender version: @echo off C:\EXTRA\32RTM.EXE C:\BP\BIN\BP.EXE %1 %2 %3 %4 %5 C:\EXTRA\32RTM.EXE -U That extender needs files dpmi32vm.ovl and 32rtm.exe. -- Veit Kannegieser