1
0 Comments

Until yesterday, I was able to use a batch file to open multiple tabs with a delay in my portable Firefox 60esr. However, when I tried to use the same batch file to open Firefox today, a warning message popped up indicating that Firefox was already open and needed to be closed. Previously, I could start Firefox multiple times using the batch file, and new tabs would open in the same instance of Firefox. What could be causing this warning message, which is preventing me from using the batch file to open new tabs in Firefox?

This is batch file used:

:: 'Firefox Tab 1'
START /B "" "D:\Programmi Installati\Firefox Portable ESR Quantum 1\FirefoxPortable.exe"
ping -n 10 localhost >nul 2>&1

:: 'Firefox Tab 1'
START /B "" "D:\Programmi Installati\Firefox Portable ESR Quantum 1\FirefoxPortable.exe"
ping -n 10 localhost >nul 2>&1

:: 'Firefox Tab 1'
START /B "" "D:\Programmi Installati\Firefox Portable ESR Quantum 1\FirefoxPortable.exe"
ping -n 10 localhost >nul 2>&1

Previously, I had a batch file that would launch Firefox and then gradually open three tabs with a delay, loading Firefox’s default page. However, starting from today, this batch file no longer seems to be functioning.

I used this batch file to launch Firefox and then sequentially open the new tabs.

Askify Moderator Edited question April 26, 2023