[Freedos-devel] Undeliverable: Re: Here

2004-09-12 Thread System Administrator
Your message To: [EMAIL PROTECTED] Subject: Re: Here Sent:Mon, 13 Sep 2004 09:41:24 +0300 did not reach the following recipient(s): [EMAIL PROTECTED] on Mon, 13 Sep 2004 09:36:42 +0300 The recipient name is not recognized The MTS-ID of the original message is: c=tr;a=

Re: [Freedos-devel] NCACHE2

2004-09-12 Thread Arkady V.Belousov
Hi! 12-Сен-2004 14:27 [EMAIL PROTECTED] (Luchezar Georgiev) wrote to [EMAIL PROTECTED]: LG> As far as I remember, NCACHE2 doesn't work with DOS versions later than 6. Yes. So what? This is only one example, that some programs may be crazy, when returned memory value is too big (because arit

Re: [Freedos-devel] NCACHE2

2004-09-12 Thread Luchezar Georgiev
As far as I remember, NCACHE2 doesn't work with DOS versions later than 6. --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Lin

[Freedos-devel] HIMEM and 64Mb of memory

2004-09-12 Thread Arkady V.Belousov
Hi! BTW, I now recall one problem with "too many memory": on machines with 64+ Mb of memory, NCACHE2 (from Norton Utilities 8 package) with EXT option (without argument, which selects max of memory) says about zero available memory. I _suggest_, HIMEM should return slightly less, than 64Mb fo

Re: [Freedos-devel] Re: How to detect if fd #0/#1 are the local console

2004-09-12 Thread Arkady V.Belousov
Hi! 5-Авг-2004 12:03 [EMAIL PROTECTED] (Steffen Kaiser) wrote to "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: >> Matthias once wrote a long mail saying how other DOSes deal with this. SK> He writes that DR DOS issues ANSI escape sequences. Actually they are fine, [...] SK> in http://marc.theaimsgroup

Re: [Freedos-devel] Re: How to detect if fd #0/#1 are the local console

2004-09-12 Thread Arkady V.Belousov
Hi! 4-Авг-2004 16:47 [EMAIL PROTECTED] (Eric Auer) wrote to [EMAIL PROTECTED]: EA> Hi! I suggest using isatty: EA> write(isatty(1) ? 1 : 2, "format (YES/NO)? ", 17); EA> The above example would show the confirm prompt on STDERR if STDOUT is EA> redirected to a non-tty. There may be troubl