Hi
I have been passing variables back from a Batch file with lines similar to @@log{setvariable name="tempVar" value="Hello World"} in my batch files. This was working fine until I upgraded to 1594 yesterday
As a test I have written a very simple batch file and config
@echo off
REM
REM testContinua
REM
REM TEST SCRIPT FOR CONTINUA
echo @@log{Starting Test Script}
echo @@log{setvariable name="tempVar" value="Hello World"}
Then in my continua config I have defined the variable tempVar with a default value of 'default'
The Continua log now shows
@@log{Starting Test Script}
@@log{setvariable name="tempVar" value="Hello World"} [Value cannot be null. Parameter name: value not specified for variable]
and the value is not set
Thanks
Rob