Forgot about my runmax alias, sorry smile
Code:
alias runmax {
  if $os isin 9598me { var %a = command.com }
  else var %a = cmd.exe
  { run -n %a /c start "" /max $$1- }
}