php - Chrome Cron Job on Windows -
i wonder if there way setup cron job on google chrome run every 2nd hour , when cron complete, automatically closes window?
i have cron job setup go cron page using windows task scheduler, although window isn't closed when rdp server has quite few windows opened using ram on server.
so real question is, how make google chrome close when cron complete?
thanks in advance. regards, tom.
you can kill running process in windows using command line:
taskkill /im <process name>
eg: taskkill /im chrome.exe
close running instance of google chrome. guess can run command @ end of task.
Comments
Post a Comment