Differences
This shows you the differences between the selected revisions of the page.
| faq_scheduler 2021-10-07 | faq_scheduler 2026-06-02 (current) | ||
| Line 25: | Line 25: | ||
| </code> | </code> | ||
| - | If there was no such site in current configuration storage (Windows registry in this case), ''mysession'' (as passed to ''[[scriptcommand_open|open]]'' command) would be interpreted as host name and the log line would say: | + | If there was no such site in current configuration storage (Windows registry in this case), ''mysession'' (as passed to ''[[scriptcommand_open|open]]'' command) would be interpreted as hostname and the log line would say: |
| <code> | <code> | ||
| Line 40: | Line 40: | ||
| If your script refers to //user// environment variables, they won't be resolved, if your script run user the service's account. | If your script refers to //user// environment variables, they won't be resolved, if your script run user the service's account. | ||
| + | |||
| + | ===== Working directory ===== | ||
| + | |||
| + | Your command-line or script might rely on a specific working directory. Make sure you specify it in service's task settings (in Task Scheduler it's //Start in// option). Or use absolute paths in your command-line and script. | ||
| ===== [[drives]] Mapped Network Drives ===== | ===== [[drives]] Mapped Network Drives ===== | ||