EXEC - How to execute application as Logged user in WIN XP

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
ajsndd
Forum Newbie
Posts: 1
Joined: Tue Sep 14, 2010 3:06 am

EXEC - How to execute application as Logged user in WIN XP

Post by ajsndd »

hi, I am new in PHP development.
I am trying to develop an application using PHP as a pc side application for my embedded device. But my device communication software is a VB6 Application. So I have to execute my VB application from PHP.

For the same I am using EXEC but the application is running as SYSTEM user. So I can't operate my application. The application window is invisible mode.

So kindly help me to solve this problem.
Post Reply