引用テキストphpでバッチを実行しようとしているのですが実行されません。どなたかご教示願います。
同階層にはtest.batがあります。
<html> <head> <title></title> </head> <body> <?php exec("cmd.exe /c test.bat"); ?> </body> </html>なんで実行できてないって分かったの?
投稿2020/07/24 09:45
引用テキストphpでバッチを実行しようとしているのですが実行されません。どなたかご教示願います。
同階層にはtest.batがあります。
<html> <head> <title></title> </head> <body> <?php exec("cmd.exe /c test.bat"); ?> </body> </html>