<?php

require_once dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'application' . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'batch' . DIRECTORY_SEPARATOR . 'Controller.php';
Batch_Controller::main_CLI('Batch_Controller', 'batch_zaiko_all');
<?php

require_once dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'application' . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'batch' . DIRECTORY_SEPARATOR . 'Controller.php';
Batch_Controller::main_CLI('Batch_Controller', 'batch_zaiko_chousei');
<?php

require_once dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'application' . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'batch' . DIRECTORY_SEPARATOR . 'Controller.php';
try {
    Batch_Controller::main_CLI('Batch_Controller', 'batch_zaiko_uriage');
} catch (Exception $e) {
    $logger = Batch_Controller::getInstance()->getBackend()->getLogger();
    $logger->log(LOG_CRIT, $e->getMessage());
}
<?php

require_once dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'application' . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'batch' . DIRECTORY_SEPARATOR . 'Controller.php';
Batch_Controller::main_CLI('Batch_Controller', 'batch_zaiko_nyuko');
<?php

require_once dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'application' . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'batch' . DIRECTORY_SEPARATOR . 'Controller.php';
Batch_Controller::main_CLI('Batch_Controller', 'batch_zaiko_idou');
<?php

require_once dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'application' . DIRECTORY_SEPARATOR . 'app' . DIRECTORY_SEPARATOR . 'batch' . DIRECTORY_SEPARATOR . 'Controller.php';
Batch_Controller::main_CLI('Batch_Controller', 'batch_shimeZaiko');