Versions Compared

Key

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

...

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%%TIME%.%ECF_TRYNO%


ECF_OUT variable should be used in situations where job output, is not located in the same directory as job files.

...

Code Block
titleremote job out
task t
   cron 00:00 11:59 00:10
   edit ECF_JOBOUT %ECF_OUT%%ECF_NAME%/%ECF_DATE%-%ECF_TIME%%TIME%.%ECF_TRYNO%