954,557 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

DOS scripting: using At command to schedule and then to delete those secheduled tasks

I have written a script that schedules an application via the AT command. Now i need to know a way an another script can delete only that particular task. Theres no way to know what is the id ( since it cannot be specified in the AT command when scheduling a task).

Maybe parsing the output of the AT command. But i dont know how.
Suggestions.Thank you.

plic
Newbie Poster
4 posts since Jun 2006
Reputation Points: 10
Solved Threads: 0
 

Got a solution. Using schtasks now. Has the ability to name tasks. What i was looking for.

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/schtasks.mspx?mfr=true

[Solved]

plic
Newbie Poster
4 posts since Jun 2006
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: