ฉันสามารถสร้างงานจากบรรทัดคำสั่งดังนี้:
schtasks /create /tn SomeTask /tr "do.bat arg1 arg2" /sc ONCE /st 00:00:00 /sd 01/01/1991
และตอนนี้ฉันต้องลบมัน อย่างไรก็ตามคำสั่งจะต้องได้รับการยืนยันและฉันไม่รู้ว่าจะทำอย่างไรจากไฟล์ BATCH (bat / cmd)
C:\> schtasks /delete /tn ContextSwitchTask
WARNING: Are you sure you want to remove the task "ContextSwitchTask" (Y/N)?
C:\> echo Y | schtasks /delete /tn ContextSwitchTask
WARNING: Are you sure you want to remove the task "ContextSwitchTask" (Y/N)? Y
ERROR: Invalid input.
Type "SCHTASKS /DELETE /?" for usage.
คำถาม: วิธีลบงานที่กำหนดเวลาและบังคับใช่