Skip to main content
Participant
December 3, 2008
Question

Coldfusion to use Windows Scheduled Task

  • December 3, 2008
  • 2 replies
  • 410 views
Is there a way that Coldfusion can get/create/update Windows Scheduled Task?
This topic has been closed for replies.

2 replies

Inspiring
December 3, 2008
You could call Window's AT command line command through cfexecute.

AT command:
http://support.microsoft.com/kb/313565

CFEXECUTE:
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_d-e_18.html#1098198
tclaremont
Inspiring
December 3, 2008
I am not sure about the ability to modify an operating system scheduled task. Is there a reason why you cannot use the ColdFusion scheduled tasks?