Message-ID: <003701c2b7be$2913ade0$0100a8c0@acp42g> From: "Andrew Cottrell" To: "Eli Zaretskii" Cc: References: Subject: Re: Quirk with command.com shell on XP Date: Thu, 9 Jan 2003 20:04:17 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Reply-To: djgpp-workers AT delorie DOT com > > SHELL = C:\DOS\COMMAND.COM C:\DOS /E:2048 > > > > - on Windows 2000 and XP if you are using the > > command.com shell then > > - one method to increase the enviroment size is to change the > > startup > > - cmd line property for C:\WINDOWS\SYSTEM32\COMMAND.COM to the > > - following: > > - C:\WINDOWS\system32\command.com /e:32000 > > - > > (Your diff is backwards.) > > I don't think the problem is specific to W2K/XP. > > Anyway, what general problems does this setting avoid? It means that you can have multiple comnmand.com pif files and they will all have the enviroment set to 32000. I forgot that you also need to set the comspec=C:\WINDOWS\system32\command.com. The running out of environmrnt space is not specific to 2K/XP, but the solution I propose is a specific fix for 2K/XP. Andrew