We can use the inbuilt at command.
c:\Tools>at
Status ID Day Time Command Line
----------------------------------------------------------------------------
1 Today 14:05 cmd.exe
2 Today 14:05 calc.exe
c:\Tools>tasklist | find "calc"
calc.exe 1308 Services 0 3,276 K
We can also use the inbuilt schtasks command.
c:\Tools>schtasks /Query /FO LIST /V
Folder: \
HostName: BALA-PC
TaskName: \At1
Next Run Time: N/A
Status: Running
Logon Mode: Interactive/Background
Last Run Time: 07-08-2011 14:05:00
Last Result: 267009
Author: N/A
Task To Run: cmd.exe
Start In: N/A
Comment: N/A
Scheduled Task State: Enabled
Idle Time: Disabled
Power Management: Stop On Battery Mode, No Start On Batteries
Run As User: AtServiceAccount
Delete Task If Not Rescheduled: Enabled
Stop Task If Runs X Hours and X Mins: 72:00:00
Schedule: Scheduling data is not available in this format.
Schedule Type: One Time Only
Start Time: 14:05:00
Start Date: 07-08-2011
End Date: N/A
Days: N/A
Months: N/A
Repeat: Every: Disabled
Repeat: Until: Time: Disabled
Repeat: Until: Duration: Disabled
Repeat: Stop If Still Running: Disabled
HostName: BALA-PC
TaskName: \At2
Next Run Time: N/A
Status: Running
Logon Mode: Interactive/Background
Last Run Time: 07-08-2011 14:05:00
Last Result: 267009
Author: N/A
Task To Run: calc.exe
Start In: N/A
Comment: N/A
Scheduled Task State: Enabled
Idle Time: Disabled
Power Management: Stop On Battery Mode, No Start On Batteries
Run As User: AtServiceAccount
Delete Task If Not Rescheduled: Enabled
Stop Task If Runs X Hours and X Mins: 72:00:00
Schedule: Scheduling data is not available in this format.
Schedule Type: One Time Only
Start Time: 14:05:00
Start Date: 07-08-2011
End Date: N/A
Days: N/A
Months: N/A
Repeat: Every: Disabled
Repeat: Until: Time: Disabled
Repeat: Until: Duration: Disabled
Repeat: Stop If Still Running: Disabled
c:\Tools>at
Status ID Day Time Command Line
----------------------------------------------------------------------------
1 Today 14:05 cmd.exe
2 Today 14:05 calc.exe
c:\Tools>tasklist | find "calc"
calc.exe 1308 Services 0 3,276 K
We can also use the inbuilt schtasks command.
c:\Tools>schtasks /Query /FO LIST /V
Folder: \
HostName: BALA-PC
TaskName: \At1
Next Run Time: N/A
Status: Running
Logon Mode: Interactive/Background
Last Run Time: 07-08-2011 14:05:00
Last Result: 267009
Author: N/A
Task To Run: cmd.exe
Start In: N/A
Comment: N/A
Scheduled Task State: Enabled
Idle Time: Disabled
Power Management: Stop On Battery Mode, No Start On Batteries
Run As User: AtServiceAccount
Delete Task If Not Rescheduled: Enabled
Stop Task If Runs X Hours and X Mins: 72:00:00
Schedule: Scheduling data is not available in this format.
Schedule Type: One Time Only
Start Time: 14:05:00
Start Date: 07-08-2011
End Date: N/A
Days: N/A
Months: N/A
Repeat: Every: Disabled
Repeat: Until: Time: Disabled
Repeat: Until: Duration: Disabled
Repeat: Stop If Still Running: Disabled
HostName: BALA-PC
TaskName: \At2
Next Run Time: N/A
Status: Running
Logon Mode: Interactive/Background
Last Run Time: 07-08-2011 14:05:00
Last Result: 267009
Author: N/A
Task To Run: calc.exe
Start In: N/A
Comment: N/A
Scheduled Task State: Enabled
Idle Time: Disabled
Power Management: Stop On Battery Mode, No Start On Batteries
Run As User: AtServiceAccount
Delete Task If Not Rescheduled: Enabled
Stop Task If Runs X Hours and X Mins: 72:00:00
Schedule: Scheduling data is not available in this format.
Schedule Type: One Time Only
Start Time: 14:05:00
Start Date: 07-08-2011
End Date: N/A
Days: N/A
Months: N/A
Repeat: Every: Disabled
Repeat: Until: Time: Disabled
Repeat: Until: Duration: Disabled
Repeat: Stop If Still Running: Disabled
No comments:
Post a Comment