Sounds and Alerts

Put this in a BAT file named beep.bat

powershell -c echo `a
exit

Use Start Process Action to fire the BAT file:


Other ways to play sound using BAT files:

3 Likes