Date: Thu, 4 Nov 1999 09:10:17 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Stromberg cc: djgpp AT delorie DOT com Subject: Re: c:/djgpp: Permission denied (EACCESS) In-Reply-To: <7voul5$cuf$2@antares.lu.erisoft.se> 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 3 Nov 1999, Martin Stromberg wrote: > : set djgpp=c:/djgpp/djgpp.env <-- forward slashes > : set tmpdir=c:\djgpp <-- backward slashes > > : I'm a bit confused. Should I ALWAYS use forward slashes for djgpp > : programs? > > 1. The variables should be in upper case. When you type these commands from the command line or put them into some batch file, the variables can be either case, since COMMAND.COM automatically upcases all environment variable names (but not their values).