RusselB is right about the use of filter:
Code:
alias find {
  var %file = $$1
  window -h @-
  filter -fw %file @- *alias* 
  echo -a $iif($calc($filtered -2) > 1,$v1 matches,$v1 match) found in %file
  close -@-
}
Usage:
Code:
/find test.mrc


If you have the remote files included in another folder, you may need to include the path to it. The code will check the file you search for in mirc directory.

Last edited by Tomao; 03/03/11 08:01 PM.