All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Could you please explain what exactly you need to accomplish?
Start action on the schedule? Then you should use built-in Scheduler (see Options dialog).
Execute some tests 24/7 but start action assigned to these tests using some time restriction? Then use "Time restriction" option and select appropriate schedule http://www.ks-soft.net/hostmon.eng/mfra ... ofiles.htm
Is it possible to evaluate something like %time%>="08:28:58"??
Yes, but
1) you forgot "" for %time% string
2) it will be compared as strings so result may depend on your regional settings (or time format specified by "Use fixed date&time" HostMonitor option).
If you use time format like hh:mm:ss, comparision should work correctly.
Is is possible to have some output showing output from macro like %xx%
Some output? What exactly output? You may use variables in many places. The following table illustrates where you can use macro variables: http://www.ks-soft.net/hostmon.eng/mfra ... acroparams
Plus you may use them in Custom HTML reports...