> > system("e:\\tmp\file.bat")
> > but it gives me "Access is denied
try please:
> > system("e:\\tmp\\file.bat")
furthermore:
if you call the script from the server way..
"http://localhost/executeme.php"
you have to either
1. Login to the machine as a user with "execute" Permission
on the directory
e:\tmp\file.bat
or
2. Give IUSR_WEB (the "internet user" of NT) the "Execute" permission
on the directory
e:\tmp\file.bat
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]