RE: Re: Windows hooks
From: Pereira, Ricardo Scachetti <rpereira_at_ku.edu>
Date: 2004-05-02 09:21:29 CEST
> Hi
You can create a one-line .bat file that calls your vbs script using cscript interpreter, like this:
cscript your_script.vbs %1 %2 %3 %4 %5 %6 %7 %8 %9
The sequence of %1...%9 is to handle parameters. If your hook requires more than 9 parameters, then you are out of luck. But I don't think any SVN hook require too many parameters.
Ricardo
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.