Date: Thu, 11 May 2000 15:54:30 -0400 (EDT) Message-Id: <200005111954.PAA13550@indy.delorie.com> From: Eli Zaretskii To: "Chris Jones" CC: djgpp AT delorie DOT com In-reply-to: <8fduqg$9di$1@spruce.ukc.ac.uk> (cj7@ukc.ac.uk) Subject: Re: DJGPP and Windows Millenium References: <8fduqg$9di$1 AT spruce DOT ukc DOT ac DOT uk> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Chris Jones" > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 11 May 2000 10:34:27 +0100 > > As you may know, Windows Me no longer has the "Restart in MS-DOS Mode" or > "Command prompt only" options. No big problem, I thought, until I tried to > compile a DJGPP program in a Windows Me DOS-box. The problem is, it no > longer processes the config.sys or autoexec.bat, so the DJGPP environment > variable doesn't get set. Does the DOS box still have the "batch file" property in the Program tab of its Property Sheets? If so, you can put a name of a batch file there that will get run when you open a DOS box. That batch file will have to set the DJGPP variable.