Date: Thu, 1 Aug 1996 18:55:27 +0200 (IST) From: Eli Zaretskii To: Bill Galbraith Cc: djgpp AT delorie DOT com Subject: Re: INFO help In-Reply-To: <78017F56FE@P3.ENZIAN.COM> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 1 Aug 1996, Bill Galbraith wrote: > info.exe: dir: No such file or directory (ENOENT) > > But if type (in the DOCS directory only) : > > info -f info.inf > > it starts up okay. Any ideas?? [snip] > [info] > INFOPATH=%/>;INFOPATH%%DJDIR%/docs;%DJDIR%/docs/djgpp;%DJDIR%/docs/tex Is that DJGPP v1.x or v2.0? (The above directory tree is from v1.x, or so it seems.) Is there a file named `dir' in the `docs' directory? If not, you should get it from the djdev distribution and put it there. If it's there, then most probably, the DJGPP environment variable is not set correctly. To let us see it, from the DOS prompt type this: set > env.lst then post the contents of the file env.lst.