home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / TASK.ZIP / TASK.TXT < prev   
Text File  |  1992-09-07  |  1KB  |  27 lines

  1. # Lines that begin with a sharp "#" are comments
  2. # Please do not put comments on any command line
  3. #
  4. # NOTICE how the command lines are structured.  First is the 24hr time when the
  5. # task is to be executed.  Next are the days of the week on which the task is
  6. # to be executed.  Any non-space character directory below the day, will cause
  7. # the task to be executed on that day.  The task itself, i.e. the full DOS
  8. # command line you would type to execute the program, is last.
  9. #
  10. # EXAMPLE (first line):  Every Saturday at 3am "commo /:mcw" will be executed.
  11. #
  12. # Finally, be sure that the times are sorted in order.  An easy way to do thi
  13. # is to type from DOS "type task.txt | sort > task.new".  And then rename
  14. # task.txt and rename task.new to task.txt.
  15. #
  16. #time mtwtfss command line
  17. 01:00 yyyyyyy hdbackup
  18. 03:00      y  commo /:mcw
  19. 04:00      y  commo /:pcw
  20. 06:30 yyyyyyy commo /:apo
  21. 06:45 yyyyy   wakeup
  22. 10:00      yy wakeup
  23. 13:00    y    commo /:new
  24. 13:00  y      commo /:znt
  25. 15:00 yyyyyyy commo /:olt
  26. 18:30 yyyyyyy commo /:apo
  27.