我注意到您只能在
Windows上的计划任务GUI中将该月的日期设置为正数1..31(Windows Server 2003).
是否可以仅在该月的最后一天运行任务? (这不是固定的日期数字,例如2月份可能是该月的第28天或第29天,而在其他月份则可能是30日或31日.)
相关问题,如果我将任务设置为每月31日运行,它是否会在几个月内以较少的天数运行?或者在这种情况下,它会在下个月的第一天运行吗?
使用带有/ mo LASTDAY选项的
schtasks命令创建任务:
原文链接:https://www.f2er.com/windows/366017.htmlschtasks schedules commands and programs to run
periodically or at a specific time.
Adds and removes tasks from the
schedule,starts and stops tasks on
demand,and displays and changes
scheduled tasks.
句法:
schtasks /create /tn TaskName /tr TaskRun /sc schedule [/mo modifier] [/d day] [/m month[,month...] [/i IdleTime] [/st StartTime] [/sd StartDate] [/ed EndDate] [/s computer [/u [domain\]user /p password]] [/ru {[Domain\]User | "System"} [/rp Password]] /?