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?
"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?