Page 1 of 1

removing the dot

PostPosted: Tue Jan 05, 2016 7:02 pm
by mmai
I have files that have an extra dot before the extension (e.g. mydoc..docx) and files that have double dots (my..doc.docx), and sometimes both (my..doc..docx).

I know these are of different natures but I am totally baffled at dealing with them.

Hod do I remove the extra dot?

Thanks a million!

Re: removing the dot

PostPosted: Wed Jan 06, 2016 12:31 pm
by Admin
Do you need to convert all double .. into a single . or just if it happens before the extension? thanks

Re: removing the dot

PostPosted: Wed Jan 06, 2016 12:32 pm
by Admin
Using Bulk Rename Command or Bulk Rename Utility?

Re: removing the dot

PostPosted: Wed Jan 06, 2016 5:31 pm
by mmai
Admin wrote:Do you need to convert all double .. into a single . or just if it happens before the extension? thanks


I need to do either or both, depending on the file.

Thanks.

Re: removing the dot

PostPosted: Wed Jan 06, 2016 5:34 pm
by mmai
Admin wrote:Using Bulk Rename Command or Bulk Rename Utility?


Of course, that what I am trying to do, thus I posted there.

Re: removing the dot

PostPosted: Thu Jan 07, 2016 4:53 am
by Admin
Hi, are you using the command line Bulk Rename Command or the GUI Bulk Rename Utility ? thanks

you mention 'depending on the file'. For which files you need to do what? thanks

Re: removing the dot

PostPosted: Thu Jan 07, 2016 9:17 am
by Stefan
mmai wrote:I have files that have an extra dot before the extension (e.g. mydoc..docx)
and files that have double dots (my..doc.docx), and sometimes both (my..doc..docx).
....


FROM:
mydoc1..docx
my..doc2.docx
my..doc3..docx


TO:
mydoc1.docx
my.doc2.docx
my.doc3.docx

TRY: (with Bulk Rename Utility - GUI)

1) Backup your files.

2) Check "Options > Ignore... > File Extensions"

3)
Repl.(3)
Replace: ..
With: .

4) Select the files and see if that works. If yes, rename.




HTH?

Re: removing the dot

PostPosted: Thu Jan 07, 2016 7:13 pm
by mmai
Stefan wrote:
mmai wrote:I have files that have an extra dot before the extension (e.g. mydoc..docx)
and files that have double dots (my..doc.docx), and sometimes both (my..doc..docx).
....


FROM:
mydoc1..docx
my..doc2.docx
my..doc3..docx


TO:
mydoc1.docx
my.doc2.docx
my.doc3.docx

TRY: (with Bulk Rename Utility - GUI)

1) Backup your files.

2) Check "Options > Ignore... > File Extensions"

3)
Repl.(3)
Replace: ..
With: .

4) Select the files and see if that works. If yes, rename.




HTH?



That did it. Ignoring the extension is the trick!

Thanks!