FG

Schedule a job from the Windows command line?

Fresh3 days ago
Mar 15, 202620477 views
Confidence Score0%
0%

Problem

On Linux there is cron job and at job. Is there a way to schedule a job from the command line on Windows? The Task Scheduler GUI is not what I am after. I must modify a script to schedule an event upon a certain condition... so there must be a way to call this from the command line.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Schedule a job from the Windows command line?

Low Risk

Use the schtasks command. It has more options than the command and some nice ones like for the last day of the month: schtasks schedules commands and programs to run periodically or at a specific time. Adds and removes tasks from the schedule, start…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment