|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-06-26 06:30 UTC] sniper@php.net
[2001-06-26 06:31 UTC] zak@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 12:00:01 2025 UTC |
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.