Multi-Rename Tool: I need a ''File Name Randomizer''
Moderators: Hacker, petermad, Stefan2, white
Multi-Rename Tool: I need a ''File Name Randomizer''
Is there another plugin for randomizing file names instead of the [=tc.random number] ?
- Vochomurka
- Power Member
- Posts: 816
- Joined: 2005-09-14, 22:19 UTC
- Location: Russia
- Contact:
Single user license #329241
PowerPro scripts for Total Commander
PowerPro scripts for Total Commander
Re: Multi-Rename File Name Randomizer
You can use my PCREsearch plug-in.NOH4 wrote:Is there another plugin for randomizing file names instead of the [=tc.random number] ?
Use [=pcresearch.Random String]
You can select the type of characters appearing, via the PCREsearchConfig tool.
E.g. change
(?-i)[a-zA-Z0-9]
to
(?-i)[A-Z]
to only allow upper case characters, and so on.
TC plugins: PCREsearch and RegXtract