1) { require(dirname(__FILE__).'/exports/'.$argv[1].'.php'); $e = new CronExport($argv[1]); $e->run(); } exit;