> I am using: > > wget -O - -q http://www.mysite.com/cron.php Which being an arbitrary command line call, could be anything. But we can also do a GET parameter, which shuts up the cron file. wget -O - -q http://www.mysite.com/cron.php?silent=1 or something... Should be the simplest. Goba