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

Save clipboard content to a TXT file in RunMacro
What it does
The Save Ref to TXT command takes the current clipboard content, cleans it (into one line, trimming extra spaces), then appends it to the end of a TXT file. It can duplicate it into several identical lines.
When to use it
- Record freshly created account info (username, password).
- Save a captured result for later.
- Accumulate data across runs into one file.
Configuration steps
- Make sure the clipboard holds the content to save.
- Add a Random › Save Ref to TXT command and choose the target file.
- (Optional) set the duplicate count. Save.
Every option explained
Real example
Example: save the created account
- Set Clipboard =
{email}|{password}. - Save Ref to TXT →
accounts.txt. - Each sign-up appends a line of info.
Tips & common mistakes
Combine Random Username/Password + Save Ref to auto-record every created account.
RunMacro