Using psexec to start Internet Explorer then navigate to a particular URL
Posted
by UnclePaulie
on Stack Overflow
See other posts from Stack Overflow
or by UnclePaulie
Published on 2010-04-24T22:21:09Z
Indexed on
2010/04/24
22:23 UTC
Read the original article
Hit count: 245
psexec
|internet-explorer
Just like the question says, I want to be able to use psexec to start Internet Explorer, then load a particular website in the browser. I know how to start IE, just can't make a command that goes to a particular webpage. This is what I have so far:
psexec "C:\program files\Internet Explorer\iexplore.exe"
I just can't figure the syntax for loading anything other than the default start page
Thanks!
© Stack Overflow or respective owner