shell_exec

When i try to do a shell_exec from my script the script does not work.
But when i put the same thing in a .bat file and execute that from PHP it wroks.

Can anyone help me
[php]shell_exec(‘xcopy C:\xampp\htdocs\test\backup\test.zip “\fileserver\KT backup\aback” /i’) [/php]

Sponsor our Newsletter | Privacy Policy | Terms of Service