hi,
i am having a code to run a batch file, the batch file is running well but my browser get hanged and does not run the next line of code after EXEC function:
<?
exec("f:/upload.bat");
echo "done";
?>
exec () runs properly but it does not go to next step to echo.
please suggest any solution
thanks in advance


Reply With Quote
Bookmarks