Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "DAVID G RUHLE" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: setting environment variables Date: Mon, 8 Jun 1998 17:08:48 -0700 Message-ID: <19980609000834.AAG6349@ppp100.cartsys.com> Precedence: bulk At 04:05 6/7/1998 -0500, DAVID G RUHLE wrote: >What do I need to do to set environment variables accessable from batch >files, etc. I have tried both setenv and putenv - neither seems to do >anything, though no error is returned. This is off topic, but from a batch file, do: set FOO=BAR Nate Eldredge nate AT cartsys DOT com t c:/dj281/lang/cxx/stl_vector.h:101 >c:/dj281/lang/cxx/stl_vector.h:101: No such file or directory >(ENOENT). Try `dir c:/dj281/lang/cxx' in GDB. But better yet, step over (with `n') the library functions. Nate Eldredge nate AT cartsys DOT com