Mail Archives: djgpp/1998/06/08/20:15:26
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
- Raw text -