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!