创建一个bat文件,在while(1)循环中执行php脚本

时间:2017-04-28 09:27:45

标签: php batch-file windows-10

我想创建一个带有while(1)循环的bat文件,并使用windows任务计划执行它。它应该是这样的:

While (1)

D:\wamp64\bin\php\php5.6.25\php.exe -f D:\wamp64\www\nmedica\index.php external python 

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

使用cmd

解决了这个问题

@echo off

:开始

D:\ wamp64 \ bin \ php \ php5.6.25 \ php.exe -f D:\ wamp64 \ www \ nmedica \ index.php external python

转到开始