I need to modify batch file.
I have a batch file that opens many tabs when I click icon from desktop. These tabs are opened in my ALREADY OPENED default browser.
Try this:
@echo off SET BROWSER=firefox.exe SET WAIT_TIME=2 START %BROWSER% -new-window "website" START %BROWSER% -new-window "website"