Hi All,
How to open a internet explorer in a remote PC and run specific urls...
I tried the following commands using psexec, i can see iexplore.exe process in running in task manager but the IE pop up is not comming
psexec \\hostname -i -s "c:\program files\internet explorer\iexplore.exe"
http://games.com
hostname - target hostname
wer
http://games.com is our internal games app link. I want to launch this link in a remote PC from my PC
I have also tried another method,
----------------------------------------------------------
created a batch file int he target PCwith the following commands
cd \
cd "c:\program files\internet explorer"
iexplore
http://games.com
and saved as launch.bat and copied it to c:\tools
from m,y PC i tried this command
c:\tools>psexec \\hostname "c:\tools\launch.bat"
the command is successfuly executing but the IE popup is not comming in the target PC...i can only see the iexplore.exe process in the task manager