Date: Sat, 5 Apr 1997 02:07:07 -0600 (CST) From: "Colin W. Glenn" To: opendos AT delorie DOT com Subject: Re: YESCHAR In-Reply-To: <199704040533.RAA21557@cantua.canterbury.ac.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 4 Apr 1997, Mr M S Aitchison wrote: > The solution to useability questons is often not bloat (although that > often comes up as teh first option), but simply good design. For > example, a minicomputer system I worked on years ago had a seperate > messages file which could be substituted, and *most* system commands > used these messages. In the DOS situation I'd imagine that there would Now that's a good idea, have no messages in the kernel or command processor itself, have it in an external 'country.lng' file. One of the boot procedures could initialize the messages normally kept in memory for OS use, (abort, retry, fail, or fire the sucker;), and it could also contain a keyboard remap table. Hence, at _boot_ the country is selected.