From: Rossz =?iso-8859-1?Q?V=E1mos=2DWentworth?= Newsgroups: comp.os.msdos.djgpp Subject: Make and command line length Date: Tue, 18 Jan 2000 12:42:12 -0800 Organization: Advent Software, Inc. Lines: 17 Message-ID: <3884D024.6DE22D85@jps.net> NNTP-Posting-Host: rwentwor.advent.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Is MAKE.EXE truncating executed lines to 127 characters? I've been having problems with the DJGPP Make program and this seems to be the only explanation. Before Win95 the command line was limited to 127 characters. However, with the introduction of Win95 this limitation has been nearly eliminated. I've been able to successfully execute excessively long commands from batch file (in excess of 550 characters) without a problem, though I haven't been able to execute long lines directly from the command line without the aid of 4DOS. With this in mind, wouldn't it make sense to modify Make allow for longer lines? Rossz