Announcement

Collapse
No announcement yet.

Struggling to understand replacing text when batch renaming files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Struggling to understand replacing text when batch renaming files

    Hi.

    A very random file I found have the name "DSC01304.JPG". This file is placed in a directory with some houndred files with same name scheme, "DSC" followed by 5 digits.

    How can I set up the renaming dialog box in IV to change the name scheme to "Image_" and followed by 4 digits.


    Thanks
    If it hurts not to drint, don't waste the bottle then.

    #2
    I think you need something more clever than IV.

    Try the File Renamer
    Before you post ... Edit your profile • IrfanView 4.62 • Windows 10 Home 19045.2486

    Irfan PaintIrfan View HelpIrfanPaint HelpRiot.dllMore SkinsFastStone CaptureUploads

    Comment


      #3
      I assume that in your example you want the resulting name to be Image_1304.JPG

      See following screenshot:

      Click image for larger version

Name:	iv_batchrename_2.png
Views:	1
Size:	27.3 KB
ID:	80942

      Resulting Log:

      Code:
      Pattern: $N
      
      Processing file: D:\opr14V6U.jpg
      ... Ok - D:\TestTest\Image_4V6U.jpg
      
      Processing file: D:\opr14V7B.jpg
      ... Ok - D:\TestTest\Image_4V7B.jpg
      
      Processing file: D:\opr14V7K.jpg
      ... Ok - D:\TestTest\Image_4V7K.jpg
      
      Processing file: D:\opr14V7T.jpg
      ... Ok - D:\TestTest\Image_4V7T.jpg
      
      Processing file: D:\opr14V8Q.jpg
      ... Ok - D:\TestTest\Image_4V8Q.jpg
      
      Processing file: D:\opr14V91.jpg
      ... Ok - D:\TestTest\Image_4V91.jpg
      
      Processing file: D:\opr14V9C.jpg
      ... Ok - D:\TestTest\Image_4V9C.jpg
      
      Processing file: D:\opr14V9Q.jpg
      ... Ok - D:\TestTest\Image_4V9Q.jpg
      
      Processing file: D:\opr14VA0.jpg
      ... Ok - D:\TestTest\Image_4VA0.jpg
      
      
      9 Files - Errors: 0, Warnings: 0

      currently running 4.56 / 32 bit

      Comment

      Working...
      X