I'm doing my one and (hopefully) only php project on a windows server. In linux, you can make a php file executable, and put #!bin/bash whatever in the first line (I've already done that, it works fine). How do you do the equivalent thing on a Windows machine? I'm trying to set up the equivalent of a cron job which calls a php file on a regular basis.
Samuel