Hello all,
I have created a very simple batch file this evening to open three Internet Explorer webpages simultaneously. The code from this batch file is as follows, with the numbers representing different websites.
I am looking for one of the websites in the batch file to actually launch on my second monitor. I have UltraMon, which means I can move the windows between monitors with a single click, but it would just finish off the script if it happened automatically.
My initial thoughts were to set Internet Explorer's window location using a
.reg file, open one of the sites, and change it back using another
.reg file before launching the other two sites. I hit a brick wall with this because the window location is stored in a complicated binary format, which I cannot understand.
Is there a simple way of doing this, please?
Thanks,
Peter.