Launching browser with a particular size

  • Thread starter Thread starter Mickey Segal
  • Start date Start date
M

Mickey Segal

I want to launch Internet Explorer with a particular size using an
"iexplore.exe" command. Is there a list somewhere of flags or options to
use?

Specifically, I am trying to do this from Java, where I launch a browser to
open with the URL url as follows:

Runtime.getRuntime().exec("iexplore.exe " + url);

Is there some way to specify a particular browser window size?
 
Hello,
I want to launch Internet Explorer with a particular size using an
"iexplore.exe" command. Is there a list somewhere of flags or options to
use?
http://support.microsoft.com/kb/q178058/

Specifically, I am trying to do this from Java, where I launch a browser to
open with the URL url as follows:

Runtime.getRuntime().exec("iexplore.exe " + url);

Is there some way to specify a particular browser window size?

I am currently developing a tool that will solve your problem. If you are
interesting in it, please contact
support@NOSPAM .quero.at

Best Regards
 
Back
Top