TC deleting % in metarunner batch script
I have a windows batch script, which I want to turn into a meta-runner.. this was pretty easy.. copy the script code, paste into the entry text box, save.
except..
I am using delayed expansion, and for some reason TC is deleting one of the % where ever they are in the script..
so my loops don't work, and variable expansion using %varname% don't work...
how do I tell TC to leave my code alone?
an 'alternative' is to call the script file from the script in the runner.. how do I package both together so there is no configuration for my users?
Please sign in to leave a comment.
the Net here is that TC uses % to determine parameters in the script. to make the normal processing work you must double EACH existing % sign.. so If you need 1, then there must be 2. if you need 2, then there must be 4.
still looking for where this is documented