I recently made the switch from a Linux LAMP server to a Windows Server 2016. It didn’t take me too long to figure out I forgot to transfer my cron jobs for my PHP pages. I went to start the transfer and I soon realized that Windows does not support cron jobs. However, I did find the Windows version of Cron jobs. Below is what I did to create these cron jobs so my PHP crons will continue run on schedule. This trick will really work in all versions of Windows, but you must get to it different methods.
Continue reading “Creating Cron Jobs in Windows 10 and Windows Server 2016”Creating cron jobs in Windows 8 and Server 2012 (or any version of Windows)
I recently made the switch from a Linux LAMP server to a Windows Server 2012. It didn’t take me too long to figure out I forgot to transfer my cron jobs for my PHP pages. I went to start the transfer and I soon realized that Windows does not support cron jobs. However, I did find the Windows version of Cron jobs. Below is what I did to create these cron jobs so my PHP crons will continue run on scheduale. This trick will really work in all versions of Windows, but you must get to it different methods.
Continue reading “Creating cron jobs in Windows 8 and Server 2012 (or any version of Windows)”