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. 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? 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 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 Link to comment https://forums.phpfreaks.com/topic/87487-switch-current-window/#findComment-447512 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.