[PHP-DEV] Bug #11677: system(), "Access is denied" From: jxu158 <email protected>
Date: 06/25/01

From: jxu158 <email protected>
Operating system: WinNT 4.0
PHP version: 4.0.6
PHP Bug Type: Program Execution
Bug description: system(), "Access is denied"

I try to use system() to run a batch file which sitting on a mapped network drive like this :
  system("e:\\tmp\file.bat")
but it gives me "Access is denied".

I can run this batch file in "Command Prompt" window successfully. When system() works with the files sitting on server machine, no problem at all.

I will appreciate if you can help me this.

-- 
Edit Bug report at: http://bugs.php.net/?id=11677&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>