| 28293 |
2001-12-22 02:26:00 |
You need to add to (or make) a CONFIG.SYS file.
The line you need to increase the environment space is 'SHELL=COMMAND.COM /P /E: xxx'. If COMMAND .COM is in a sub directory, include the path. The default environment size ('xxx') is 512 (used to be 256) bytes, maximum is 32768. Try 1024 for a start. The /P option means load it 'permanently'. You can use /ML, /MH, or /MU to load it in the 640k space or in high memory or 'upper memory'. /MH is probably safe enough. You need a high memory driver loaded before this line. |
Guest (0) |