Date: Sun, 29 Oct 1995 09:19:58 +0200 (IST) From: Eli Zaretskii To: Darrell Dupas Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: info.exe: dir: file not found On Fri, 27 Oct 1995, Darrell Dupas wrote: > hi, I've been using djgpp for only a few days, I've tried to get info.exe > to work but it can not find help files. > > info.exe: dir:file not found [snip] > DJGPP = c:\djGPP\djgpp.env If the last line is an exact copy of what your system prints, then the extra space between DJGPP and the `=' is the source of your trouble. It makes the space part of the variable name, so that DJGPP doesn't find the variable named `DJGPP' (without a space). > DPMI memory available: 1184 Kb > Swap space available: 6136 Kb This is a very small amount of memory. As you seem to work under Windows, you should use the PIF editor to increase the amount of memory Windows lets DOS programs use (set the minimum amount of EMS and XMS memory to 4MB, and maximum to -1).