Re: PHP and batch-files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Gustav Wiberg wrote:
Hi there!
I want to use PHP to run as a "batch-file" on the server every night. What are the alternatives for doing this.
I'm using II6 and Win2003 Server, and PHP as an ISAPI-module. (vers 5.2.2)
Best regards
Gustav Wiberg

The easiest way to do this would be to simply install the cli binary as well - php.exe (NOT php-cgi.exe) which doesn't need a webserver - and do a scheduled task that calls "path to your cli"/php.exe "path to your script here" - I use php a lot on windows for generic scripting tasks.

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux