前提:新建任務計劃,如:dingshi.bat;內(nèi)容如下
第一種:調用ie,dingshi.bat;內(nèi)容如下,訪問url
start "" "C:\Program Files\Internet Explorer\iexplore.exe" http://www.csdn.net
第二種:利用php.exe
新建Bat文件,命名為test.bat,內(nèi)容如下所示:執(zhí)行文件
D:\php\php.exe -q D:\website\test.php
test.php文件內(nèi)容如下:
<?php
//1、執(zhí)行函數(shù)
//2、訪問某個ur; 直接 file_get_contents("URL");
?>
個人認為第二種比較合適
變通了PHP進行解決
效率比較高、
解決了ASP不能自動執(zhí)行的問題