Hello, My name is Saulo and i have a doubt!
I am using Windows Vista Business and am trying to open the windows calculator (calc.exe) through PHP with the commands below and I can not even disable the "Detection of Interactive Services" service, ie it does not open the calculator. ===> pclose (popen ("start /B c:\\windows\\system32\\calc.exe", "r")); ===> pclose (popen ("c:\\WINDOWS\\system32\\cmd.exe /c START /B c:\\windows\\system32\\calc.exe", "r")); When I run in Windows XP it works. How can I solve this ?? I need to run software inside windows through PHP. Please help me! Best regards Saulo Guidotti - Brazil