visualsvn server hooks do not work

My post-commit.bat is as follows :

mkdir c:\furk
E:\program\wget\wget.exe http://10.204.29.201:9090/job/my_svn/build -P E:\

however, after I commit my code , only

mkdir c:\furk

be executed ,

E:\program\wget\wget.exe http://10.204.29.201:9090/job/my_svn/build -P E:\

is not been executed. what is wrong ?
Thanks

If the directory is already there, and mkdir errors, perhaps it stops processing the file?

Thanks for your reply.
Sorry , "c:\furk" is just a joke , I am tired of configuration that time.

So, does wget have a debug or verbose option?