toeh101 Posted May 2, 2008 Share Posted May 2, 2008 ??? I tried to call .bat file, which in same directory with php file, using exec("test.bat"); . It doesn't work. I think it's no porblem about permission because I tried to exec("md example_dir") , it works. But why it can't call batch file. How to solve the problem? Thanks. Link to comment https://forums.phpfreaks.com/topic/103819-help-php-exec-cant-call-batch-file/ Share on other sites More sharing options...
trq Posted May 2, 2008 Share Posted May 2, 2008 Can you explain exactly what it is that gives you the impression that exec isn't working? What values are contained within the output array and the return var? Link to comment https://forums.phpfreaks.com/topic/103819-help-php-exec-cant-call-batch-file/#findComment-531502 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.