View Single Post
Old 04-29-2004, 02:42 AM  
FTPServerTools
Senior Member
 
Join Date: Sep 2002
Posts: 543
Default

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 ]
}
FTPServerTools is offline   Reply With Quote