Path: utzoo!attcan!uunet!ginosko!gem.mps.ohio-state.edu!apple!sun-barr!texsun!texbell!merch!cpe!hal6000!trsvax!slimer From: slimer@trsvax.UUCP Newsgroups: comp.sys.ibm.pc Subject: Re: What interprets *.* Message-ID: <216100150@trsvax> Date: 22 Sep 89 18:13:00 GMT References: <32164@ames.arc.nasa.gov> Lines: 15 Nf-ID: #R:ames.arc.nasa.gov:32164:trsvax:216100150:000:763 Nf-From: trsvax.UUCP!slimer Sep 22 13:13:00 1989 If you are wanting to pass parameters with wildcards, ei. FOOBAR *.*. You will have to expand this yourself by using argv[1]. Unless of course you are using Borland Turbo C in which case you simply link in the wildcard.obj code contained on the distribution diskettes. This object code will automatically expand wildcard parameters into a list of filenames. **************************************************************************** * Thank You, texbell!letni!rwsys!trsvax!slimer * * Bill "My micro doesn't give a sheet!" - ComputerWorld * * George W. Pogue, 1300 Two Tandy, Fort Worth, TX. 76102 (817) 390-2871 * ****************************************************************************