Docs

RunMacro Documentation

Learn RunMacro from basics to advanced.

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

RunMacro robot
Docs File Data (Dulieu)
🗃️ File

Load account data from the Dulieu tool in RunMacro

What it does

The Data command works with the companion Dulieu tool (an SQLite account store). It Reads the current page data into variables, Copies a value to the clipboard, or Inserts a value back into a data field.

When to use it

  • Load account info (email, password...) from Dulieu to fill forms.
  • Copy a data field to the clipboard to paste.
  • Write a result (e.g. a token) back into Dulieu.

Configuration steps

  1. Add a File › Data command and choose the Dulieu.exe path.
  2. Choose the action: Read / Copy / Insert.
  3. Enter the variable to use (e.g. {email1}); for Insert, also enter the value to write.
  4. Save.

Every option explained

Dulieu.exe path

Path to the Dulieu tool; RunMacro reads dynamic_accounts.db in the same folder.

Action (Read/Copy/Insert)

Read loads variables, Copy puts one value on the clipboard, Insert writes one value back to a field.

Variable / insert value

The data variable (e.g. {email1}). Insert needs exactly one target variable and a new value.

Pre-read delay (ms)

Wait briefly before reading the DB to avoid reading while Dulieu writes.

Real example

Example: load email/password then log in

  1. Data Read with {email1} and {password1}.
  2. Type Text {email1}, {password1} into the form.
  3. Click login.

Tips & common mistakes

This needs the companion Dulieu tool; variable names are normalized from column titles (e.g. "Email" → email1).
RunMacro robot

Ready to automate smarter?

Download RunMacro and start automating your desktop, browser, and business workflows today.