Onetoomanysodas Posted January 24, 2008 Share Posted January 24, 2008 This is more of a Windows related issue. How could I get my script to switch the current window on the host machine to a program that is already running? The only thing I could think of would be to execute an external program to switch the window for me, passing the process ID as a parameter. There has got to be a better way to do this. Quote Link to comment https://forums.phpfreaks.com/topic/87487-switch-current-window/ Share on other sites More sharing options...
cooldude832 Posted January 24, 2008 Share Posted January 24, 2008 nope that would be the easiest way using the exec() why you trying to get php to do this? Quote Link to comment https://forums.phpfreaks.com/topic/87487-switch-current-window/#findComment-447489 Share on other sites More sharing options...
Onetoomanysodas Posted January 24, 2008 Author Share Posted January 24, 2008 For remote desktop control Quote Link to comment https://forums.phpfreaks.com/topic/87487-switch-current-window/#findComment-447510 Share on other sites More sharing options...
cooldude832 Posted January 24, 2008 Share Posted January 24, 2008 php isn't your best method, a better method would be to use php to give you the info to remote desktop manage (or login to the computer) and then let the windows software take over its most more sophisticated and stronger than anyhting you can write Quote Link to comment https://forums.phpfreaks.com/topic/87487-switch-current-window/#findComment-447512 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.