enter image description hereI'm trying to schedule my codeigniter function from window task scheduler my code igniter file structure is "C:\wamp\www\tas\application\controllers\my_controller\my_function"
, I prepared my batch file like this
php C:\wamp\www\tas\application\controllers my_controller my_function
but it is not working.
My codeigniter version is 2.2