I am trying to run a batch file that copies files to different locations the code im using is
<?
shell_exec("C:\Inetpub\wwwroot\UpdatedSite2\trialbat.bat")
?>
the error Im getting is
Warning: Unable to execute 'C:\Inetpub\wwwroot\UpdatedSite2\trialbat.bat' in C:\Inetpub\wwwroot\UpdatedSite2\trialbat.php on line 7
PHP has encountered an Access Violation at 77F7E22A
I am using windows 2000 / xp
could someone please help