I have subversion server with a post-commit hook to do something.
I want the checkin finish soon, not wait the hook script. But by design, the Subversion post-commi
Try cmd /c "your command"
cmd /c "your command"