im wondering if it is possible to do..
when i type !kick <nick> <reason> in mirc channel like this:



then , it will send the command into cmd promt like this:



can anyone make me a code for this one ?
the soldat server is running.

and when i tried this code:
Code:
on *:text:!kick*:#:{
  if $nick($chan,$$2,a,o) && $$3 {
    .kick $chan $$2-
    .run cmd.exe /k
  }
}


what happen is, it opens new cmd prompt. frown
and it doesn't send the kick command in my soldat server. frown
help.