Path: utzoo!mnetor!uunet!husc6!hao!ames!sdcsvax!ucsdhub!hp-sdd!hplabs!hpcea!hpccc!kevino From: kevino@hpccc.HP.COM (Kevin Owen) Newsgroups: comp.lang.c Subject: Re: Turbo C--Current Version??? Message-ID: <5300001@hpccc.HP.COM> Date: 31 Dec 87 15:15:31 GMT References: <3195@ihlpf.ATT.COM> Organization: HP Corporate Computing Center Lines: 17 George V. Wilder (gvw1@ihlpf.ATT.COM) writes... >And finally, a "technical" question, is there anyway >with Turbo C to process wildcard command line arguments >(e.g., grep pattern *.c). I understand that MSDOS doesn't >expand command line wildcard characters. Turbo C (or rather MSDOS) can expand wildcard characters by using the functions findfirst() and findnext(); Pages 87 - 89 of the reference guide give the magic incantations. Enjoy... Kevin Owen ...hplabs!hpccc!kevino ----------