Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Other versions of this page are also available for the following:
Windows Mobile Not Supported Windows Embedded CE Supported
8/28/2008

This command schedules one of two tasks to occur.

Syntax


scheduletask [
report
]
[url] [
starttime string
]
[
deltatime string
]
[retrytime string] [
filename
]
scheduletask [
poll
]
[url] [
starttime string
]
[
deltatime string
]
[retrytime string] 

Parameters

report

reportin lowercase letters.

url

Reserved. Must set this value to "".

poll

pollin lowercase letters

starttime string

The starttime string represents a particular date and time and is specified as <4 digit year>-<month number>-<month day> <hours>:<minutes>:<seconds>.

deltatime string

The deltatime string represents a particular date and time and is specified as <4 digit year>-<month number>-<month day> <hours>:<minutes>:<seconds>. For example, to set a task to occur once a week, the syntax would look like 0000-00-07 00:00:00.

retrytime string

Reserved. Must set this value to "".

filename

The fully qualified pathname of the file to be reported.

See Also