Magic File Renamer Help


Index > Operation > How To .. > Generate Batch Renaming File



You can generate a batch (.bat) file as a script that will apply changes. MFR will create a text file with renaming batch commands, that can be run from command line.

Note that only changes to file names, file attributes, and file locations are supported in generated batch files. File dates and ID3 tags changes are not supported.


Example for a generated batch renaming file:

REM **********************************************************
REM *
REM This file was created by Magic File Renamer
REM http://www.finebytes.com/mfr
REM *
REM **********************************************************

ren "C:\_mfr_test\img1\Blue hills.GIF" "BOHNL.GIF"

attrib +H "C:\_mfr_test\img1\Blue hills.GIF"
ren "C:\_mfr_test\img1\Blue hills.jpg" "ZXASJ.jpg"

attrib +H "C:\_mfr_test\img1\Blue hills.jpg"
ren "C:\_mfr_test\img1\DE-DE.jpg" "HWDZQ.jpg"

attrib +H "C:\_mfr_test\img1\DE-DE.jpg"
ren "C:\_mfr_test\img1\EN.jpg" "PAARD.jpg"

attrib +H "C:\_mfr_test\img1\EN.jpg"
ren "C:\_mfr_test\img1\EN-AU.jpg" "IOWLQ.jpg"

attrib +H "C:\_mfr_test\img1\EN-AU.jpg"