Date: Sun, 26 Sep 1999 08:35:24 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Ringo cc: djgpp AT delorie DOT com Subject: Re: incorrect ms dos version In-Reply-To: <37EC1ACA.24D900D0@bellsouth.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 24 Sep 1999, Ringo wrote: > I'm running dos 6.22, trying to use the "system" comand to run a dos > program called 'say'. When the program gets to the line here: > > sprintf(command,"say irprob.txt"); > system("command"); > I get an error "Incorrect MS-DOS version" > this used to work, then I installed allegro, and it started, any ideas? Does it work if you type "say irprob.txt" from the command line? Also, I hope that the quotes in the following line: > system("command"); are a typo: you should say ``system (command);''.