Nasıl PHP bir. Bat dosyasını çalıştırmak mı?

2 Cevap php

Herkes nasıl bir PHP komut dosyası bir. Bat dosyasını çalıştırmak için bana söyleyebilir misiniz?

Ben denedim:

exec("C:\[path to file]");
system("C:\[path to file]");

Hiçbir şey çalışıyor. Ben PHP kılavuzları kontrol ve çevresinde googled ama iyi bir cevap bulamıyorum ettik. Ben yanlış gidiyorum nereye herkes biliyor musun?

Ben Windows 2003 Server çalışan kulüpler ve başarılı elle bat dosyasını çalıştırın ve ben bunun için gerekenleri yapar.; Ben sadece programlama başlatmak için gerekiyor.

2 Cevap

Sen cmd, örneğin yoluyla çalıştırmak gerekebilir:

system("cmd /c C:[path to file]");

on my windows machine 8 machine running IIS 8 I can run the batch file just by putting the bats name and forgettig the path to it. Or by putting the bat in c:\windows\system32 don't ask me how it works but it does. LOL

$ Test = shell_exec ("C: \ windows \ system32 \ cmd.exe / c $ streamnumX.bat");