C. Dye's fixnames

Apr 2, 2011
1,607
15
55
North Carolina, USA
[C:\Users\Galloway\Desktop\URLS]plugin /i
Module: c:\TCMD\Plugins\fixnames\FixNames-x64.dll
Name: FixNames
Author: Charles Dye
Email: cdye@unm.edu
Web: http://prospero.unm.edu/plugins/fixnames.html
Description: Renames filenames containing troublesome characters
Implements: fixnames
Version: 0.28 Build 0

A minor change - is it a good idea to have it also handle ' characters? Or anyone know the @replace command to do such please?

Also the /A option is not documented at the website listed above..
 

Charles Dye

Super Moderator
Staff member
May 20, 2008
4,689
106
Albuquerque, NM
prospero.unm.edu
I don't think that the apostrophe causes any trouble in filenames. I certainly hope not; I'm already using it as the replacement for the grave accent / backquote.
 
Apr 2, 2011
1,607
15
55
North Carolina, USA
Oh sorry - I meant the Char[44] result..... the "," - sorry -

Just if FixNames could do:

for %fn in ("*,*") ren "%fn" "%@replace[%@char[44],_,%fn]"