Thanks guys, it's looking better already.
--- Doug Hart - mailto:[EMAIL PROTECTED] > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Wadsack > Sent: Thursday, June 06, 2002 1:08 PM > To: Aengus > Subject: Re: [analog-help] File Type Report (how to add new extension) > > > Aengus (Thursday, June 6, 2002, 9:18:56 AM): > > >> Any suggestion on how to work this out? I would really like to > >> track the '.mac' file usage. > > > You might be able to do it with > > > FILEALIAS /*.mac/* /$1.mac > > > but I'm not entirely sure whether it will work. And it will throw away > > the /time part, in case you want to use it as well. > > That should work. And if you want to keep the parameter and treat it > as a parameter you could do this: > > FILEALIAS /*.mac/* /$1.mac?$2 > > Then use ARGSINCLUDE or ARGSEXCLUDE to list or not list (as desired) > the parameters to the macro. > > -- > > Jeremy Wadsack > Wadsack-Allen Digital Group > > +------------------------------------------------------------------------ > | This is the analog-help mailing list. To unsubscribe from this > | mailing list, go to > | http://lists.isite.net/listgate/analog-help/unsubscribe.html > | > | List archives are available at > | http://www.mail-archive.com/[email protected]/ > | http://lists.isite.net/listgate/analog-help/archives/ > | http://www.tallylist.com/archives/index.cfm/mlist.7 > +------------------------------------------------------------------------ > +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
