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.

Stop an everlasting alarm sound batch file

Featured Replies

Hi all

I downloaded this .bat:

@echo Off

:alarm

(alarm character)

cls

goto alarm

I want to use it with Real Temp. The problem is that it runs forever (goto alarm). I want it to run/beep for sometime, like 30-60 seconds, and then stop/exit.

Can anyone help me with that PLEASE?

THANKS in advance

Edited by bertikul

Something like this might solve your problem. Increase the 500 value if you need a longer alarm.

@echo Off
for /L %%i in (0,1,500) do (call :alarm)
goto end
:alarm
(alarm character)
cls
goto :EOF
:end

Edited by allen2

  • Author

allen2 THANK YOU SO VERY MUCH.

It just works the way I wanted it to.

I REALLY REALLY appreciate your help

:thumbup

Edited by bertikul

  • Author

Yzöwl

In fact your approach is much easier to controll timings and it works great.

That's what I'using as alarm batch

Thanks a lot. :)

Edited by bertikul

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

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.