Date: Tue, 20 Apr 1999 11:58:17 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: ROUSSEAU Axel cc: djgpp AT delorie DOT com Subject: Re: How can I use info.exe In-Reply-To: <371B5A70.5A8C@fil.univ-lille1.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 19 Apr 1999, ROUSSEAU Axel wrote: > When I tape info in another directory than the djgpp/info directory it > tell me : > info.exe : dir : No such file or directory (ENOENT) > Should I set an environnement variable ? Yes. > which one ? It's called DJGPP. You should set it like this: set DJGPP=c:\djgpp\djgpp.env This assumes that you installed DJGPP in c:\djgpp; if not, change the above line accordingly. Usually, this line is put into autoexec.bat, but try it from the command line first to make sure it works. And make sure that the file djgpp.env was NOT edited! If it was, unzip the original version from djdev202.zip. > (the DJDIR is well set I hope you didn't set DJDIR in the environment; if you did, unset it and set DJGPP instead, as described above. And if you edited djgpp.env to set DJDIR, please revert to the original djgpp.env, since editing it is usually the reason for such trouble. Note that all these instructions are explained in so many words in the file called readme.1st which comes with djdev202.zip and which you should read before using DJGPP.