Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This can be done by overriding ecf jobout variable. Here we use date/time to give a unique name to the job out files.

Code Block
titleFor local job out
task t
   cron 00:00 11:59 00:10 
   edit ECF_JOBOUT %ECF_HOME%%ECF_NAME%/%ECF_DATE%/%ECF_TIME%.%ECF_TRYNO%

...