Skip to content

Scripts Time Schedule

Daniel Balcárek edited this page Jun 29, 2021 · 4 revisions

Every script in Sciper can be scheduled to run in exact time, day, month, after logon ..

How it Works

Scriper creates Task in Task Scheduler with user settings. The task runs Scriper app with arguments (path to config and script name) then Scriper runs script and close itself. In case of error Scriper will create log to logfile.

All Created Tasks you can find in TaskScheduler ScriperTasks folder.

Time Triggers

Scriper supports five trigger types:

  • Time: Starts the task a single time.
  • Daily: Starts the task on a daily interval.
  • Weekly: Starts the task on a weekly schedule.
  • Monthly: Starts the task on a monthly schedule.
  • Logon: Starts the task when a specific user logs on.

More: Trigger Types

Their settings is pretty straightforward, but dont forget to press "Save" button after end of editing.

Scriper Example

Clone this wiki locally