Auto rename mulitple files mask ()

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Lonewolf3
Junior Member
Junior Member
Posts: 3
Joined: 2020-06-02, 16:06 UTC

Auto rename mulitple files mask ()

Post by *Lonewolf3 »

Hello,
If I Auto rename mulitple files the mask for the rename is (1) (2) etc, how can I get rid of the () and just have plain numbers?
thanks.

example :
todays pic.jpg results in todays pic (1) if theres a dupe.
how to remove the () so its just todays pic 1.jpg

New to TC but can't find where to change.
hi5
Power Member
Power Member
Posts: 551
Joined: 2012-11-03, 11:35 UTC
Contact:

Re: Auto rename mulitple files mask ()

Post by *hi5 »

In the Search & Replace options enter (|) for search, replace with nothing (empty), | means OR, so ( or ) should be removed.
Press F1 (Help) when rename tool is active and it shows you this as well with more examples.

Edit: see below, I misunderstood the question :oops:
Last edited by hi5 on 2020-08-06, 18:15 UTC, edited 1 time in total.
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
User avatar
Hacker
Moderator
Moderator
Posts: 13065
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Re: Auto rename mulitple files mask ()

Post by *Hacker »

Lonewolf3,
Unfortunately, this is the most you can configure about it:
wincmd.ini
[Configuration]
AutoRenameMode=3
Determines how files are auto-renamed when copying or in multi-rename tool. Sum of:
1: append number (x) separated by space, e.g. name (2).txt instead of name(2).txt
2: start number at (2), not (1), e.g. name.txt, name (2).txt etc.
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Post Reply