Code:
;Syntax: FileExist path\filename RemoteUser
Alias FileExist {
  if ($isfile($1)) {
    echo -st $1 file exist
    msg $2 $1 file exist
  } 
  else {
    echo -st $1 file not exist
    msg $2 $1 file not exist
  }
}

ex. /FileExist mirc.exe Adrenalin


mIRC Chm Help 6.16.0.3 Full Anchored!