Mail Archives: djgpp/1997/10/03/09:17:47
In article <3434015C DOT 349A AT nortel DOT ca>, Ian Chapman <ichapman AT nortel DOT ca> writes:
> Matthew,
> the %path% I've not seen that in the dos manual where does
> this % % use come from I was curious the first time I installed
> djgpp.
>
> Regards Ian.
>
set path=%path%;c:\djgpp\bin
means take the current value of path, then appends ;c:\djgpp\bin to it
and store it back in path
___ .
/ /|\ /|
/ / | \ / | Colin S. Miller
/ \ | v | csmiller AT iname DOT com
| \| |
| \ | PgDip/MSc Software Engineering
| |\ | University of Abertay
\ | \ | (01382) 308000 ext 2800
\ | / |
\___/ |
- Raw text -