Date: Thu, 8 Aug 1996 19:25:51 +0200 (IST) From: Eli Zaretskii To: Andrew Lowcock Cc: djgpp AT delorie DOT com Subject: Re: Using a DPMI server In-Reply-To: <3204AA6C.2312@mail.input.co.uk> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 4 Aug 1996, Andrew Lowcock wrote: > I have recently aquired an old PC to learn C programming with DJGPP. > Having the hard dirve previously partioned, DJGPP (on th d: partition) > does not recognise the Windows server on C:. Did you run DJGPP *after* starting Windows? You should start Windows (type "win" and hit [Enter]), then chose MS-DOS from the Main group, and then run DJGPP. In this setup, there should be no difference whatsoever what disk do you use. > I have downloaded the free > dpmi server from a simtel site but I have to run this every > time I require INFO or GCC commands to work. Could someone point me in > the right durection as I am reto learning DOS. You don't need to run CWSDPMI. Any DJGPP program will automatically load it if no other DPMI server (such as Windows) is available when you invoke the program. Just put CWSDPMI anywhere on your PATH (I recommend to put it in the same directory you keep other DJGPP programs) and run your DJGPP programs as if they were normal DOS executables.