Hello All need to get a bat file for opening internet pages but only opening one internet page then the rest in tabs within that page.
@echo off
start iexplore www.google.com
start iexplore www.hotmail.com
So I want the two above pages to open in one internet page tab anyone an ideas thanks 🙂