Page 1 of 1

Problem on EXEC() command

Posted: Fri Sep 11, 2009 10:32 pm
by kyletrager
Hey guys,
I've been having a problem with the exec() command. It worked just fine before. I was able to open all the applications (exe files) that i wanted to. But after several days, it didn't work. Actually the process is running as I checked it on the task manager. However, it the process is running on SYSTEM which should have been USER. With system, the application is just running on the background. I've also created batch file for this but it also didn't work. Any suggestion? Thanks guys.


I tried simple exec('"C:/Windows/notepad.exe"'); but it didn't work, which used to work before. :( :confused: