Date: Mon, 8 Sep 1997 11:38:49 +0300 (IDT) From: Eli Zaretskii To: Jari Oksanen cc: djgpp AT delorie DOT com Subject: Re: system(): program too large In-Reply-To: <3413A393.7C38@helsinki.fi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 8 Sep 1997, Jari Oksanen wrote: > > Can you run that same program from the DOS prompt? > > Yes, I can. It runs smoothly and quickly from the DOS prompt. Then run it from the DJGPP program like this: system ("command.com /c prog"); where ``prog'' is the name of that program.