Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要Windows 7上的Job Scheduler / Cron Jobs。
我需要通过命令行设置开始日期(带日、月和年)、开始时间(带小时、分钟和秒)、作业名称和命令。
我尝试使用schtasks,但秒数不起作用(从 10:20:00 开始):
schtasks /Create /SC ONCE /ST 10:20:30 /TN MyApp /TR calc.exe
有什么建议么?
根据我的经验,schtasks 不支持秒。