M
M
MODifikaTOR2019-10-31 09:16:25
cmd/bat
MODifikaTOR, 2019-10-31 09:16:25

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

2 answer(s)
K
Konstantin Tsvetkov, 2019-10-31
@MODifikaTOR18

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.

Or Use PowerShell to Send Beep to Console :
powershell -c [console]::beep(1000,500)

G
Gip, 2019-10-31
@Giperoglif

well, if you can run some standard windows audio player from the console with the parameter of the file being played, then probably. or look towards WSH.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question