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

RunMacro Code commands
Pick an item to see a detailed guide.
The Run Python Code command lets you insert and run a Python snippet inside your script. Printed output (stdou…
The Run C# Code command inserts and runs a C# snippet. RunMacro prefers dotnet-script/csi, falling back to the…
The Run .BAT File command executes a Windows batch (.bat) file. Use it to run system commands or existing scri…
The Delete Files in Folder command removes all files (leaving subfolders) in a folder you choose. Handy to cle…
The Screenshot command captures the full screen or a region and saves a PNG to a folder with a sequential or r…
The Clean Text Format command edits the current clipboard content by options: remove uppercase, remove digits,…
The Convert 2FA command generates a two-factor OTP code (like Google Authenticator) from a 2FA secret key. The…
RunMacro