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

Delete the first line of a TXT file in RunMacro
What it does
The Delete First Line command removes the first non-empty line of a TXT file. It is typically used right after you fetched and processed that line, so the next run picks the following one.
When to use it
- Process an account/data list line by line.
- Drop a used item so it is not repeated.
- Pair with Get Ref from TXT to form a queue.
Configuration steps
- After using the first line (via Get Ref from TXT).
- Add a Random › Delete First Line command and choose the same file.
- Save. The first line is removed; the rest shift up.
Every option explained
Real example
Example: an account queue
- Get Ref from TXT takes the top account.
- Log in and process.
- Delete First Line so the next run takes the following account.
Tips & common mistakes
This changes the real file and cannot be undone — back up the list file first.
RunMacro