I have make my Crud script for updating database from my Local Server to Internet, it run with batch file through Task Scheduler, the problem is Task Scheduler isn't create log file.
How can make my Server to create Log File with my batch file that run with Task Scheduler? I already created batch file with script :
cd E:\www\80\curl
c:\php5\php E:\www\80\curl\update_database.php >> result.log
But when I run it manually, it does create log file.
Please help me...