Re: [Freedos-user] slow arcade machine]

2006-09-16 Thread tomleem
Hi, sorry I wasn't very clear in my first request for help. The answer to the first question is that I was using the onbord sound with both SB legacey support and AC97 compliant but appeared to be getting no sound at all, so I have switched to an old ISA based SB16. I have not loaded any drivers

Re: [Freedos-user] Need help ... calling COMMAND.COM from C

2006-09-16 Thread Arkady V.Belousov
Hi! 16-Сен-2006 09:12 [EMAIL PROTECTED] (Blair Campbell) wrote to freedos-user@lists.sourceforge.net: BC> I did say that there were ways to save/restore the original stdout... But you not explain this for man, to whom you answer. BC> I know that open("CON") is technically wrong, but at the

Re: [Freedos-user] Need help ... calling COMMAND.COM from C

2006-09-16 Thread Blair Campbell
I did say that there were ways to save/restore the original stdout... I know that open("CON") is technically wrong, but at the same time it works in most cases. On 9/16/06, Arkady V.Belousov <[EMAIL PROTECTED]> wrote: > Hi! > > 16-Сен-2006 02:29 [EMAIL PROTECTED] (Blair Campbell) wrote to > freedo

Re: [Freedos-user] Need help ... calling COMMAND.COM from C

2006-09-16 Thread Arkady V.Belousov
Hi! 16-Сен-2006 02:29 [EMAIL PROTECTED] (Blair Campbell) wrote to freedos-user@lists.sourceforge.net: BC> Hi. It almost sounds to me like the destination file isn't getting BC> flushed to the disk. I would recommend doing the recirection BC> internally in the C program, and then you have direct

Re: [Freedos-user] Volunteer wanted to install FreeDOS 1.0 on a WindowsXP computer

2006-09-16 Thread Florian Xaver
I want to test - but only the latest FreeDOS version ^^ bye Flo On Fri, 15 Sep 2006 21:29:06 +0200, Mark Bailey <[EMAIL PROTECTED]> wrote: > Good day, everyone: > > Since FreeDOS1.0 has been released, I've been working on my detailed > procedure to add FreeDOS to a WindowsXP computer. FreeDOS

Re: [Freedos-user] Need help ... calling COMMAND.COM from C

2006-09-16 Thread Johnson Lam
On Sat, 16 Sep 2006 02:29:02 -0700, you wrote: Hi Blair, Thanks. Sent him email. >Hi. It almost sounds to me like the destination file isn't getting >flushed to the disk. I would recommend doing the recirection >internally in the C program, and then you have direct control of the >file. A sim

Re: [Freedos-user] Need help ... calling COMMAND.COM from C

2006-09-16 Thread Blair Campbell
Hi. It almost sounds to me like the destination file isn't getting flushed to the disk. I would recommend doing the recirection internally in the C program, and then you have direct control of the file. A simple close(1); open("blah", O_WRONLY); /* system() stuff here: */ blah blah blah close(1)

[Freedos-user] Need help ... calling COMMAND.COM from C

2006-09-16 Thread Johnson Lam
Hi, Please help Marton (marton=at=argentina.com), he stuck with a C program calling COMMAND.COM: Now that I moved onto my next step on my project, another issue arised... If I run this: TestDir.bat: dir /b c:\testdir >d:\dirout.put The file dirout.put has the directory output... BUT, if I