I installed PHP on a Embedded Windows XP and basicly its like having windows XP but stripped down to the core with no problems including Notepad etc etc.. Now Heres the thing my webserver and PHP & MYSQL work Perfectly Fine but the Commands Exec and System dont work at all Whats required for those to work?
Exec I think always returns Null and System Always returns False.
PHP Exec and System
NVM I found the Issue, Exec and System require CMD Windows Command Processor, I love PHP but I think thats WAK, Having no cmd was a good line of defence Why dident they just use Shell32.dll ShellExecute to fetch Results?