Hi.
I am very new to VisualCron. For my jobs I need to set up environment variables which can be used in all my jobs. I am trying to use environment variables and VisualCron user variables in my task. I am not having any success in either case.
1. I set up an environment variable, MYRUNDIR. I want the working dir in my task to be the value in MYRUNDIR. How can I use this env. variable?
2. I also tried to use a user variable for this. I set up a variable, MYDIR, with a value, 'c:\myapps'. In the working directory, I put, {USERVAR(MYDIR)}. When I run the job, I get an '..invalid directory' error.
thank you.