marf Posted July 5, 2007 Share Posted July 5, 2007 I have used cron jobs before with PHP on Linux/Apache machines. However I'm making a PHP application for windows 2k3 server running IIS6. How do I go about making a service to execute a php script? I was thinking that I would have to add php.exe to the PATH and then perhaps a batch file to execute the php file? Any advice? Thanks Link to comment https://forums.phpfreaks.com/topic/58566-service-in-windowsiis/ Share on other sites More sharing options...
marf Posted July 5, 2007 Author Share Posted July 5, 2007 bump Link to comment https://forums.phpfreaks.com/topic/58566-service-in-windowsiis/#findComment-290813 Share on other sites More sharing options...
trq Posted July 5, 2007 Share Posted July 5, 2007 Sorry, I'm not a windows user but surely, if you can make a service run a batch file you could make that same service simply execute a php script. Isn't there such a thing as a task scheduler? Link to comment https://forums.phpfreaks.com/topic/58566-service-in-windowsiis/#findComment-290818 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.