The subject may not make much sense (hard to explain). But what I'm talking about is like including other files to the current script.mrc
in php we use <?php include("<filename.php")" ?> and it will input all the data in filename.php to the current one. just like an alias being use in the remote section.
is there a way to include other files with aliases and scripts to the one I'm scripting on right now?.

~Thanks