Date: Tue, 20 Oct 1998 13:16:00 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Juha Kivijärvi cc: djgpp AT delorie DOT com Subject: Re: Problem with long parameters to system() In-Reply-To: <70fbla$4jm$1@news.utu.fi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id HAA28954 Reply-To: djgpp AT delorie DOT com On 19 Oct 1998, Juha Kivijärvi wrote: > 1) Why does system() call seem to truncate the command line to 128 > characters although the info page states that this shouldn't happen > when calling other DJGPP compiled programs? What to do? Upgrade to DJGPP v2.01. In v2.0, `system' didn't support long command lines, only the spawn* and exec* family did.