You can try this, I'm not sure if it will work on Win9x.

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