Date: Sun, 27 Apr 1997 23:25:42 -0500 (CDT) From: Andrew Deren To: adamk AT pacbell DOT net cc: djgpp AT delorie DOT com Subject: Re: Problems.... In-Reply-To: <3364074F.1348@pacbell.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk Did you really do it in your c:\djgpp directory? If you did your dos environment is unaware of those variables, because when you start your dos session, autoexec.bat from your root directory is taken care of. You can either modify your autoexec in your root directory (c:\) just add those lines: set djgpp=c:\djgpp\djgpp.env and somewhere at the end: path=%path%;c:\djgpp\bin but as I can see you have Turbo C so it would be a good idea to put djgpp dir before tc in your path. On Sun, 27 Apr 1997 adamk AT pacbell DOT net wrote: > I am very desperate here. I connot figure out why I cannot program > anything. AND IT'S ALL BECAUSE OF MY IOSTREAM.H! It seems no one can > help me. I am thinking it has something to do with my > Autoexec.bat. I made the thing by "edit autoexec.bat" in C:/DJGPP. And > this is what it looks like. > set djgpp=c:/djgpp/djgpp.env > c:\djgpp\bin > path=c:\dos;c:\bin;c:\tc\bin > path=c:\dos;c:\bin;c:\djgpp\bin;c:\tc\bin > > This is exactly how it looks..Am I suppose to put something where path > is? I realy have no idea, I sure hope someone can help me. > Very greatful, > Adam Moore >