Mail Archives: djgpp/2000/02/17/08:25:54
On Wed, 16 Feb 2000, Sherlock Campbell wrote:
> CONFIG.SYS
>
> REM [Header]
> Rem TShoot:
> FILES=32
Try enlarging this number (to 60 or something) and see if that helps.
You will need to reboot in order for the change to take its effect.
> DEVICE=c:\windows\setver.exe
Try without this line. SETVER is evil.
Btw, what is this DMI thing you have installed? For example, the
following lines show it:
> SET WIN32DMIPATH=C:\DMI\
> Rem TShoot: SET PATH=C:\DMI\BIN;D:\PROGRA~1\BORLAND\CBUILDER\BIN
> SET PATH=D:\PROGRA~1\HLM;C:\DMI\BIN;C:\LSA\bin;
[DJGPP.ENV:]
> +PATH_SEPARATOR=:
> +PATH_EXPAND=y
Why did you need these two lines? I think they can be dangerous,
although I cannot find any immediate link to your problem with pipes.
I suggest trying without them, just in case.
In any case, you shouldn't edit DJGPP.ENV to add such lines. You
could set them in the environment, e.g., from AUTOEXEC.BAT. Editing
DJGPP.ENV is a Bad Idea (tm).
- Raw text -