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 filesInternet Exploreriexplore.exe"
I just can t figure the syntax for loading anything other than the default start page
Thanks!