Hi,
I've tried to use PHP exec() to execute DOS command.
It works with command exec("md example_dir") .
But when I put test.bat in same directory and run PHP with exec("test.bat") , it doesn't work. No error showed but not work.
Anyone can help me?
Thanks.