Windows 用の curl をダウンロードしましたが、2 分ごとに URL をロードするバット ファイルが必要です。何か助けはありますか?私の解決策:
@echo off
:again
C:/curl.exe -I http://site.ru/cron.php
timeout /T 60
goto again
Windows 用の curl をダウンロードしましたが、2 分ごとに URL をロードするバット ファイルが必要です。何か助けはありますか?私の解決策:
@echo off
:again
C:/curl.exe -I http://site.ru/cron.php
timeout /T 60
goto again