Date: Mon, 27 Sep 1999 09:54:38 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: DJGPP Workers Subject: Re: Help with arg passing In-Reply-To: <37EE69D2.653AD9EE@softhome.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 26 Sep 1999, Laurynas Biveinis wrote: > Sorry for beginner's question, but could anyone explain in detail > about argument passing to other DJGPP v2 program machinery? > I got lost in direct_exec_tail code for seting args, environment > and still can't achieve passing symlink argv[0] but calling > real program. Please ask specific questions about specific code fragments that you cannot figure out. dosexec.c is a tremendously complicated hodgepodge of subtle tricks, and I don't expect anybody to be able to tell the whole story without forgetting some of the important details, in reply to such a broad and general question.