I test.php
adında bir php komut dosyası var
Bu dosyada i $argv
kullanarak bir parametre geçmek zorunda.
i bir argüman veya parametre gerektiren pencere toplu iş dosyası oluşturun ve php script bu parametre geçmek istiyorum.
, Windows Dos forexample
test.bat hello123
bu yüzden hello123
test.php
geçirilir ($ argv [1] ilk parametredir)
Herkes bana bu tür bir script için toplu iş dosyası yazmak için yardımcı olabilir?