scheduletask (Windows CE 5.0)
This command schedules one of two tasks to occur.
scheduletask [report] [url] [starttime string] [deltatime string] [retrytime string] [filename]
scheduletask [poll] [url] [starttime string] [deltatime string] [retrytime string]
Parameters
- report
report
in lowercase letters. - url
Reserved. Must set this value to "". - poll
poll
in lowercase letters - starttimestring
The starttime string represents a particular date and time and is specified as<4 digit year>-<month number>-<month day> <hours>:<minutes>:<seconds>
. - deltatimestring
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 like0000-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
Send Feedback on this topic to the authors