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:
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: