Page 1 of 1

How to rename files in random?

PostPosted: Thu Apr 10, 2025 5:01 pm
by Marcelo N
Hello guys!

How can I rename files in random?

Thanks in advance.

Marcelo.

Re: How to rename files in random?

PostPosted: Fri Apr 11, 2025 6:26 am
by Admin
Randomly assigned names?

Re: How to rename files in random?

PostPosted: Sun Apr 13, 2025 6:42 am
by Admin
Hi! The new version 4.0.0.7 adds four new renaming tags for random text generation: <randnum>, <randchar>, <rand>, <randname>

viewtopic.php?f=1&t=6970

The <randnum> tag yields a numeric string.
The <randchar> tag yields alphabet letters.
The <rand> tag yields a mix of digits and letters.
The <randname> tag yields a name with valid printable characters (excluding Windows-forbidden ones)
Length of the text can be specified.

Like the other tags, they can be used in:
RegEx (1) > Replace
Name (2) > Keep
Replace (3) > With
Add (7) > Prefix
Add (7) > Insert
Add (7) > Suffix

See help for details.