Date: Thu, 16 Sep 1999 13:23:47 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Bruce Baumann cc: djgpp AT delorie DOT com Subject: Re: Command line parameters In-Reply-To: <37DFFEB8.D89EE9D@agcs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 15 Sep 1999, Bruce Baumann wrote: > I believe DJGPP will automatically assume that any command line arguement that > does not begin with a dash ('-') is interpreted as a filespec Not entirely correct. ALL arguments are expanded, even if they begin with a dash. (File names can begin with a dash, you know.)