exec function does not seem to work for me
Posted: Tue Dec 07, 2010 3:16 pm
When I try to use the following command
exec('c:\test.bat');
The webpage just hangs, and not because the batch file is still running. Inside the batch file it just says
echo test > test.log
exec('c:\test.bat');
The webpage just hangs, and not because the batch file is still running. Inside the batch file it just says
echo test > test.log