I need to call an aliases that exists in a DIFFERENT file while that alias also exists in my file and is infact the calling routine. To greater complicate things this alias is a original command replacment.

So i have in order on the aliases tab...
MYFILE.MRC with a MSG { blah blah }
OTHERSFILE.MRC with a MSG { blah blah }

In my MSG alias i want to call there MSG alias, Well actually i just want it do a MSG, but !MSG wont be trapped by there MSG alias, and as I know theres is there i could call it directly if i knew how.
I can not intergrate the files or aliases together as theres is part of a much larger script and may change at anytime.

Is there an option like //call(othersfile.mrc,msg blah blah)