标签: php
我有一个名为test.php
test.php
在此文件中,我必须使用$argv传递一个参数。
$argv
我想创建需要一个参数或参数的窗口批处理文件,并在php脚本中传递该参数。
例如在Windows Dos中
test.bat hello123
所以hello123传递给test.php($ argv [1]是第一个参数)
hello123
任何人都可以帮我写这种脚本的批处理文件吗?
答案 0 :(得分:2)
@c:/path/to/php.exe test.php %1