15 Jun
2013
15 Jun
'13
10:34 a.m.
Someone was asking earlier about 'scheduling' an allstar node. Pretty good documentation and examples available on-line. Best I found was: |;[scheduler] ;; Schedule the execution of a macro at a given time. ;;mc = mi h md mn dow ;; ;; mc = macro : a macro number defined in the [macro] stanza ;; mi = minute : 0-59 ;; h = hour : 0-23 ;; md = day of month : 1-31 ;; mn = month : 1-12 ;; dow = day of week : 0 = sunday, 6 = saturday ;; ;1 = 26 11 31 3 6 ; At 11:26am on Saturday, March 31 ;2 = 00 00 * * * ; At midnight every day| | This has a lot of the 'look and feel' of working with the 'chrontab' environment variable in linux, if that helps. -Geoff/W5OMR |