Path: utzoo!mnetor!uunet!husc6!hao!noao!arizona!naucse!wew From: wew@naucse.UUCP (Bill Wilson) Newsgroups: comp.sys.ibm.pc Subject: Re: A Turbo C Question Message-ID: <556@naucse.UUCP> Date: 5 Feb 88 22:55:04 GMT References: <1282@nmtsun.nmt.edu> Organization: Northern Arizona University, Flagstaff, AZ Lines: 11 In article <1282@nmtsun.nmt.edu>, greg@nmtsun.nmt.edu (Greg Lindhorst) writes: > I have a stupid question to ask. How can one get Turbo C to expand > wild carded arguments on the command line? > > I.E. Translate something like: "doitto *.c" > into somthing like: "doitto first_file.c second_file.c ..." You will have to write your own routine that uses the findfirst and findnext functions to expand it out for you. Sorry... Bill Wilson