<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Francesco Duranti wrote:
<blockquote
 cite="midB0C02B52172B51408367CE1BAED7EA7502BD91D1@ITROMEXV10.Q8INT.COM"
 type="cite">
  <pre wrap=""> 
  </pre>
  <blockquote type="cite">
    <pre wrap="">I need to ext script to run every hour, exactly on the hour. 
Am I correct in assuming that if I use "INTERVAL 60m", that 
this simply launches that script every hour from when the 
hobbit client was started?

    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yes, it will launch the script one time when hobbitlaunch is started and
each interval after that.</pre>
</blockquote>
That's what I figured, and is no good for this particular ext script
that needs to run at the top of every hour. I suppose I could run it
from cron instead.<br>
</body>
</html>