Link to home
Start Free TrialLog in
Avatar of spearhead
spearhead

asked on

Setting Environment size for DOS shell

Under DOS it was possible to set the size of the environment by using SET COMMAND=<path>\COMMAND.COM /E:4096 but under Windoze 95 this does not work.  I need to increase the size of the environment provided for a DOS Shell to allow me to set some environment variables for some compiler settings.  How do I increase the environment size???
Avatar of spearhead
spearhead

ASKER

Edited text of question
ASKER CERTIFIED SOLUTION
Avatar of busuka
busuka

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Another solution is to use some non-standard command processor,
like NDOS. NDOS take its settings from separate file NDOS.INI.