PHP: exec - Manual - PHP: Hypertext Preprocessor
In Windows, exec() issues an internal call to "cmd /c your_command". This implies that your command must follow the rules imposed by cmd.exe which includes an extra set of quotes around the full command: - http://ss64.com/nt/cmd.html Current PHP versions ...