david
01.03.2008, 09:54 |
Lynx+EDR-DOS_WIP (Users) |
Hi,
Can Somebody test Lynx browser in new Udo`s EDR-DOS ?
I get this error when I launch batch file lynx.bat, when I set
enviroment, I get enviroment is full ? |
RayeR
CZ, 01.03.2008, 14:33
@ david
|
Lynx+EDR-DOS_WIP |
> I get this error when I launch batch file lynx.bat, when I set
> enviroment, I get enviroment is full ?
If you run out of environment space try to increase it. I don't know EDRDOS specific but MSDOS accept this line in config.sys
SHELL=C:\COMMAND.COM C:\ /P /E:1024
where /E:size_bytes is env. size for variables in bytes (default is 512B I think). --- DOS gives me freedom to unlimited HW access. |
david
01.03.2008, 17:27
@ RayeR
|
Lynx+EDR-DOS_WIP |
> If you run out of environment space try to increase it. I don't know
> EDRDOS specific but MSDOS accept this line in config.sys
>
> SHELL=C:\COMMAND.COM C:\ /P /E:1024
>
> where /E:size_bytes is env. size for variables in bytes (default is 512B I
> think).
Yes I had E:512, I increase it up 1024 byte and it works now.
thank you |