Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Batch file help

Featured Replies

I can't get my batch script to work. I'm trying to silently install Firfox extensions, but it won't work.

Here is the command for doing the job:

start /wait "%PROGRAMFILES%\Mozilla Firefox\firefox.exe" -install-global-extension "%PROGRAMFILES%\Mozilla Firefox\adblock.xpi"

And here is the same thing in the batch script:

echo.
echo Installing First Extension
start /wait "%PROGRAMFILES%\Mozilla Firefox\firefox.exe" -install-global-extension "%PROGRAMFILES%\Mozilla Firefox\adblock.xpi"

It won't work though!

An error box titled "-install-global-extension" will come up saying:

Windows cannot find '-install-global-extension'. Make sure you typed the name correctly and then try again. To search for a file, click the Start button and click Search.

Or you could just copy the above code and make your own batch file and see the error yourself.

If the first thing after "Start /Wait" is quoted, it uses it as the title for the cmd window. Just change the command to

Start /Wait "" "%ProgramFiles%\Mozilla Firefox\Firefox.exe" -install-global-extension "%ProgramFiles%\Mozilla Firefox\adblock.xpi"

Note the empty quotes following the "/Wait" switch.

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.