I thought I was going to write you a script based fix, but found out error handling code doesn't pick up on this...

Code:
alias unload {
  unload $1-
  goto end
  :error
  echo -s shouldn't this happen if unload is giving a "no such file" error?
  echo -s but you will never see this message (in 6.21).
  reseterror
  :end
}


Note: the name of the alias didn't make a difference...


NaquadaBomb
www.mirc-dll.com