X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sun, 24 Oct 2004 20:34:17 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-ID: <01c4b9f8$Blat.v2.2.2$373d2ac0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <417B7AF9.8DD0F530@yahoo.com> (message from CBFalconer on Sun, 24 Oct 2004 10:29:53 GMT) Subject: Re: tar.exe problem References: <2thjecF1urnn1U1 AT uni-berlin DOT de> <48Fdd.16708$nj DOT 14914 AT newssvr13 DOT news DOT prodigy DOT com> <01c4b72d$Blat.v2.2.2$08f4f8a0 AT zahav DOT net DOT il> <01c4b8f7$Blat.v2.2.2$96d08f60 AT zahav DOT net DOT il> <417B7AF9 DOT 8DD0F530 AT yahoo DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: CBFalconer > Date: Sun, 24 Oct 2004 10:29:53 GMT > > Get it permanently out of the way by installing 4dos, now available > free at jpsoft.com. The command line limit will then be 511. Alas, even 511 characters is too few, e.g. for compilation and link commands. And that is even before we consider this gotcha: > You will no longer have the complete command tail available at 80 > in the PSP, but very few systems use this anyhow. > If you really need the whole line you can find it in the environment > under "CMDLINE" I'm not sure you can rely on DOS programs to support CMDLINE. DJGPP, for example, supports it only in the development sources (and in beta releases of v2.04), so DJGPP programs compiled with official versions of the C library will generally not work under 4DOS. > and there may even be a pointer to it in the PSP somewhere. No, there's no pointer, but the command tail in the PSP should be in special format to indicate that CMDLINE is to be used.