I need to write a console app to open an instance of Internet Explorer. That part is simple.
But I am having a hard time finding out a way to do so with some command line arguments.
Specifically, I need to open IE with the -noframemerging option from a console app.
Any ideas or pointers?
Thanks in advance for any replies.
P.S. If any one knows a way to fire up other browsers in a new Session, I am open to those answers/responses as well.
Just to clarify, I need to open IE (or other browsers as a bonus) in a "New Session".