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.

Post your BAT Files!

Featured Replies

I wanted to see everyones .BAT unattended install files... well here is mine

@echo off
title Installing Applications
echo Installing Applications
echo.
ECHO Installing Adobe Reader 6...
ECHO Please wait...
start /wait D:\OEM\Adobe\AdbeRdr60.exe -p"-s /v\"/qn\""
ECHO.
ECHO Installing MSN Messenger...
ECHO Please wait...
start /wait D:\OEM\MSN\MsnMsgs.msi /QB
ECHO.
ECHO Registering Nero Burning ROM...
REGEDIT /S D:\OEM\Nero\register.reg
ECHO.
ECHO Installing Nero Burning ROM...
ECHO Please wait...
start /wait D:\OEM\Nero\setup.exe /silent /noreboot
ECHO.
ECHO Registering WinRAR...
REGEDIT /S D:\OEM\winrar\winrar.reg
ECHO.
ECHO Installing WinRAR...
ECHO Please wait...
start /wait D:\OEM\WinRAR\setup.exe /s
echo.
ECHO Installing Microsoft Plus! Digital Media Edition...
ECHO Please wait...
start /wait D:\OEM\PlusDME\PlusDME.msi /passive
start /wait D:\OEM\PlusDME\part.exe
start /wait D:\OEM\PlusDME\part1.exe
start /wait D:\OEM\PlusDME\part2.exe
start /wait D:\OEM\PlusDME\part3.exe
start /wait D:\OEM\PlusDME\part4.exe
start /wait D:\OEM\PlusDME\part5.exe
start /wait D:\OEM\PlusDME\part6.exe
start /wait D:\OEM\PlusDME\part7.exe
start /wait D:\OEM\PlusDME\part8.exe
echo.
ECHO Installing Frontpage 2003
ECHO Please wait...
start /wait D:\OEM\Frontpage2003\setup.exe TRANSFORMS=Unattended.MST /qb-
ECHO.
ECHO Installing Office 2003 Professional
ECHO Please wait...
start /wait D:\OEM\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-
ECHO.
ECHO Installing OneNote 2003
ECHO Please wait...
start /wait D:\OEM\Onenote2003\setup.exe TRANSFORMS=Unattended.MST /qb-
ECHO.
ECHO Installing Project 2003 Professional
ECHO Please wait...
start /wait D:\OEM\Project2003\setup.exe TRANSFORMS=Unattended.MST /qb-
ECHO.
ECHO Installing Visio 2003 Professional
ECHO Please wait...
start /wait D:\OEM\Visio2003\setup.exe TRANSFORMS=Unattended.MST /qb-
echo.
ECHO Installing Symantec AntiVirus 9.0...
ECHO Please wait...
start /wait D:\OEM\SymantecAV\Symantec.msi /QB
echo.
ECHO Installing ZoneAlarm Firewall...
ECHO Please wait...
start /wait D:\OEM\ZoneAlarm\zonealarm.exe /s /noreboot

Mine works fine....

Create an account or sign in to comment

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.