Mail Archives: djgpp/2001/04/08/17:57:28
> From: "Igor Angelovski" <igoang AT hotmail DOT com>
> Date: Sun, 08 Apr 2001 20:50:21 +0200
>
> I'm very confused about all of this. First, everytime when Iwas tryed to run
> "rhide" in MS dos Prompt, it give me back "bad command or file name"
This means that your PATH doesn't include the DJGPP's `bin'
sibdirectory.
> But there isn't djgpp.bat file
I meant that you should create that file yourself with a text editor.
> there is setDJGPP.BAT file in djdev203\bin\.
If you want to use setdjgpp.bat, you should do this:
- open the DOS box
- click on the DOS box's Properties button on its tool bar
- in the "Cmd line" box, type this:
command.com /e:2000 /k c:\djgpp\bin\setdjgpp.bat c:\djgpp c:/djgpp
This assumes that you installed DJGPP in the C:\DJGPP directory; if
not, change the above command accordingly.
Then click "Apply", click "OK", close the DOS box and reopen it
again. Now DJGPP programs should be working.
> is there any chances about using djgpp at windows me operating system or
> not?
Yes, there is. Just calm down and follow the instructions above.
- Raw text -