預約工作
Windows下使用 schtasks /create 預約工作 Schedule (排程).
語法:schtasks /create /sc ONCE /st 啟動時間/tn 工作名稱 /tr "執行工作指令"
範例: 預約下午 8:00 分,自動執行程式
schtasks /create /sc ONCE /st 20:00:00 /tn "Task" /tr "test.bat"
刪除排程: schtasks /delete /tn "Task" /F
powershell -command "& './C:\dir.ps1' -schedule "