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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -