|
Posted by giloosh on 09/26/10 11:37
my batch file (batch_file.bat) starts ms access.
it works fine when i open it by double clicking the file.
the batch file code:
"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE"
when i run the php script:
<?
exec("batch_file.bat");
?>
i notice the 3 proccess' : php-cgi.exe , cmd.exe, and MSACCESS.EXE all
running under IUSER in the task manager, but i cant see any of them.
the php site itself will not stop searching for the site until it times
out, or until i manually end the proccess through the task manager.
any ideas?
Navigation:
[Reply to this message]
|