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

Generate a random password in RunMacro
What it does
The Random Password command generates a random password of a set length, optionally with letters (guaranteed upper and lower), digits, and special characters. The result goes to a variable or clipboard.
When to use it
- Create a strong password when signing up.
- Generate a different password per account.
- Combine with saving to a file to record sign-up info.
Configuration steps
- Add a Random › Random Password command.
- Set the length and choose components: letters / digits / special.
- (Optional) enter a result variable. Save.
Every option explained
Real example
Example: a 12-char mixed password
- Random Password, length 12, letters + digits + special on.
- Variable
pwd. - Fill
{pwd}in the password field and record it if needed.
Tips & common mistakes
Save username + password to a file with Save Ref to TXT so you keep the sign-up info.
RunMacro