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 +------------------------------------------------------------------------
