Date: Thu, 29 Jan 1998 19:47:38 -0800 (PST) Message-Id: <199801300347.TAA01933@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Ian Perez , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: HELP!! Precedence: bulk At 10:13 1/28/1998 -0800, Ian Perez wrote: >Ok, when I use the following program : > >#include > >int main(int argc, char *argv[]) >{ > printf("%s", argv[1]); >} > >When I use wildcards in the first argument, argv[1] becomes the first >file matching that criteria. Is there any way to stop it from doing >that?? I just want the exact string typed to be in argv[1]. Read sections 16.1 and 16.2 of the FAQ. Nate Eldredge eldredge AT ap DOT net