Xref: utzoo comp.os.msdos.programmer:3854 comp.windows.ms.programmer:1278 Path: utzoo!news-server.csri.toronto.edu!rutgers!usc!wuarchive!uunet!isis!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.os.msdos.programmer,comp.windows.ms.programmer Subject: Re: How can I get BCX to work inside of Windows? Message-ID: <1991Mar11.150940.26168@isis.cs.du.edu> Date: 11 Mar 91 15:09:40 GMT References: <1991Mar4.150257.422@ccad.uiowa.edu> <1991Mar7.151918.21996@isis.cs.du <1991Mar7.180233.3362@aplcen.apl.jhu.edu> <91066.163143LIBCRN@BYUVM.BITNET> Reply-To: ebergman@isis.UUCP (Eric Bergman-Terrell) Organization: Math/CS, University of Denver Lines: 23 You're right about BCX being a lot faster than the doc memory only program bc. Here's how you run it in windows: 1. make sure you're in standard mode (or at least aren't in 386 enhanced mode). 2. don't set aside extended memory with the .pif file. 3. before starting windows, type in: TKERNEL hi=yes,kilos=1024 4. win /s 5. now you can run bcx This stuff is in the manuals if you run into problems. Terrell