Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
10 lines (7 sloc)
352 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ########### MS TASK BATCH FILE #################### | |
| # Be sure to replace the path to php.exe below # | |
| # with the actual path to your php.exe file. # | |
| # Do not change anything else. # | |
| ################################################### | |
| @cls | |
| @c:\php\php.exe -q index.php _task=1 _escape=1 _page=core:blank > task_log.htm | |