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.

Jacquidr

Member
  • Joined

  • Last visited

  • Country

    South Africa
  1. Hi I dunno if you have resolved this request but these are the changes I have made to your script. It will sort your list into 3 files - Online, Offline and UnknownHost. It works really well. The script: ***************************************************************** ::Ping Test Multiple Computers for /f "tokens=*" %%I in (IPList.txt) do call :pinger %%I goto :eof :pinger ping -n 1 %1% |find "Reply from" if not errorlevel 1 echo %1>> Online.txt ping -n 1 %1% |find "Request timed out" if not errorlevel 1 echo %1>> offline.txt ping -n 1 %1% |find "could not find host" if not errorlevel 1 echo %1>> Unknownhost.txt ::DONE ***************************************************************** Regards

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.