delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/09/01/04:33:01

Date: Tue, 1 Sep 1998 11:32:55 +0300 (IDT)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
To: peter <pil999 AT concentric DOT net>
cc: djgpp AT delorie DOT com
Subject: Re: problem using rhide
In-Reply-To: <6sf4q4$r74@chronicle.concentric.net>
Message-ID: <Pine.SUN.3.91.980901113237.26794H-100000@is>
MIME-Version: 1.0

On 31 Aug 1998, peter wrote:

> set PATH = %PATH% C:\DJGPP\BIN

This is wrong.  First, NEVER use blanks around the `='.  Second, use a
semicolon to separate directories in PATH.  And third, put DJGPP's bin
directory at the beginning of PATH.  This is what you want:

 set PATH=C:\DJGPP\BIN;%PATH%

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019