Problem on EXEC() command

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kyletrager
Forum Newbie
Posts: 1
Joined: Fri Sep 11, 2009 1:33 am

Problem on EXEC() command

Post 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:
Post Reply