I have defined a few job variables with values that I would like to reference in a windows shell script.
For eg. I've defined a variable called Rpt_Template Value: c:\temp\ExcelTemplate.xlsm
I have a shell script that I would like to kick off from a job task. I would like to reference the above job variable in my shell:
C:\test\GenExcelRpt -Template {JOB(Active,Variable,Rpt_Template)}
Can I do this? If not, how can I reference job variable in my windows shell script?