I'm running a WSF script from the following .BAT file
cmd /c cscript "C:\Tests\Test_scripts\script.wsf" /repository:%1 /revision:%2 /config:"C:\Repositories\SVN_Test\scripts\config\svn_report_config.xml" >c:\temp\testLogSvn.txt
EXIT %ERRORLEVEL%
I thought from the calling application I should get the error from the script, but even if the script.wsf executes WScript.Quit 0, I have exit code 1. Hope you can help me.