Answer the question
In order to leave comments, you need to log in
Is it possible to check the sound with a .bat file?
The question is to send the standard Windows beep when checking the volume level.
Answer the question
In order to leave comments, you need to log in
ALERT (`a)
The alert (`a) character sends a beep signal to the computer's speaker.
You can use this to warn a user about an impending action.
powershell -c [console]::beep(1000,500)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question