Docs
RunMacro Documentation
Learn RunMacro from basics to advanced.
Everything you need to start and master RunMacro — from basic commands to advanced automation workflows.

Play a beep sound in RunMacro
What it does
The Beep command plays a beep through the system speaker with a chosen frequency (Hz) and duration (ms). Use it as an audible signal at a step or event.
When to use it
- Audibly signal when a workflow finishes or errors.
- Mark a key step to get your attention.
- Alert when manual action is needed (pair with Pause).
Configuration steps
- Add a Debug › Beep command.
- Set the frequency (Hz) and duration (ms).
- Save and run — the machine beeps at that step.
Every option explained
Real example
Example: beep on completion
- Place Beep at the end of the workflow, 1000Hz, 500ms.
- When done, the machine beeps.
Tips & common mistakes
The beep uses the Windows system speaker; some machines may lack a dedicated beep speaker.
RunMacro