Date: Thu, 21 Jan 1999 07:12:04 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: William Grainger cc: djgpp AT delorie DOT com Subject: Re: A newbie asks: What's going wrong?!?!? In-Reply-To: <784lo0$gde$1@pegasus.csx.cam.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On 20 Jan 1999, William Grainger wrote: > If I try to go32_v2.exe to run when on the CD-ROM from DOS I get the No > DPMI error message. (CWSDPMI was not on the CD). You can put CWSDPMI anywhere on your PATH, not necessarily on the CD. That will allow DJGPP programs to load it automatically. > PATH=C:\DOS;C:\UTILS;C:\UTILS\VPIC2;E:\DJGPP\BIN It is usually a good idea to put DJGPP's bin directory first on the PATH. Not sure whether this has anything to do with your problem (probably not), but it sometimes solves some very weird cases.