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

Create your first RunMacro workflow
Let's build a tiny workflow to get familiar: open Notepad and type a line automatically.
Steps
- In RunMacro, create a new macro.
- Add an Open App command and choose
notepad.exe. - Add a Type Text command with "Hello from RunMacro".
- Add a Wait command of 1 second so Notepad can open.
- Press Run and watch RunMacro do it. Save when happy.
Tips for a reliable workflow
Always add a short Wait after opening an app or loading a page, so the system can respond before the next command runs.
RunMacro