EXEC = EXEC C:\windows\system32\cmd.exe /c
or if you wish
EXEC = %EXEC C:\windows\system32\cmd.exe /c
Talk about an easy solution.
Be VERY aware tho that you need to set the rights properly.
In eggdrop:
Code:
bind pub n !exec DoExec
proc DoExec{ nick uhost hand chan args} {
[exec -- $args ]
}