scheduletask (Windows Embedded CE 6.0)

1/6/2010

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
    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 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

Reference

Schedule/Report Commands